diff options
Diffstat (limited to 'modules/desktop/common.nix')
| -rw-r--r-- | modules/desktop/common.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/desktop/common.nix b/modules/desktop/common.nix index 2632a19..09b86cc 100644 --- a/modules/desktop/common.nix +++ b/modules/desktop/common.nix @@ -12,7 +12,7 @@ dconf.enable = true; thunar = { enable = true; - plugins = with pkgs.xfce; [ + plugins = with pkgs; [ thunar-archive-plugin thunar-media-tags-plugin thunar-volman @@ -20,15 +20,14 @@ }; }; + # Stuff that is useful for desktop environments. environment.systemPackages = with pkgs; [ xdg-user-dirs zathura - sioyek vlc mpv gparted kitty - # qalculate networkmanagerapplet (catppuccin-sddm.override { flavor = "mocha"; @@ -38,8 +37,6 @@ background = "${../sddm_bg.png}"; loginBackground = true; }) - # disabled because it imports a unsafe package - # surf # A basic browser in case we don't want to import a larger browser ]; # Enable CUPS to print documents. @@ -49,6 +46,7 @@ services.libinput.enable = true; services = { + # TODO: Make it so bluetooth and audio are also toggleable. blueman.enable = true; # Enable sound pipewire = { |
