From 4437852aaa18442d2865d761fc5bc62859f86bad Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 8 May 2026 16:50:54 -0500 Subject: [PATCH] More packages --- desktop/packages.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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 ]; }