diff --git a/desktop/packages.nix b/desktop/packages.nix index 7f20437..1c43fed 100644 --- a/desktop/packages.nix +++ b/desktop/packages.nix @@ -7,18 +7,15 @@ # Hardware hardware.steam-hardware.enable = true; - # Basic system utilities - programs.thunar.enable = true; - programs.thunar.plugins = with pkgs; [ - thunar-volman - ]; - # Common utilities programs.thunderbird.enable = true; environment.systemPackages = with pkgs; [ + dolphin keepassxc element-desktop + gimp-with-plugins + inkscape nextcloud-client ]; }