Added some more programs, for funsies

This commit is contained in:
Emi Simpson 2022-12-30 11:30:13 -05:00
parent 4d439f2b73
commit 86301b47a3
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
3 changed files with 7 additions and 1 deletions

View File

@ -2,11 +2,14 @@
imports = [./home.nogui.nix];
home.packages = with pkgs; [
clapper
foliate
playerctl
gnomeExtensions.blur-my-shell
gnomeExtensions.burn-my-windows
gnomeExtensions.pop-shell
gnomeExtensions.firefox-pip-always-on-top
# Fonts
manrope
];
home.sessionVariables = {
MOZ_ENABLE_WAYLAND = "1";

View File

@ -13,6 +13,8 @@
git-annex
git-annex-remote-rclone
qrencode
libwebp
bat
] ++ (import ../system/home-manager.nix).extraPackages pkgs;
editorconfig = {
enable = true;

View File

@ -114,6 +114,7 @@ let systemInformation = import ./system/system-information.nix; in
unzip
vlc
file
pavucontrol
gst_all_1.gstreamer gst_all_1.gst-plugins-base gst_all_1.gst-libav gst_all_1.gst-vaapi gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-good gst_all_1.gst-plugins-ugly
];
environment.gnome.excludePackages = with pkgs.gnome; [