More packages

This commit is contained in:
2026-05-08 16:50:54 -05:00
parent e8f4abfbb0
commit 4437852aaa
+3 -6
View File
@@ -7,18 +7,15 @@
# Hardware # Hardware
hardware.steam-hardware.enable = true; hardware.steam-hardware.enable = true;
# Basic system utilities
programs.thunar.enable = true;
programs.thunar.plugins = with pkgs; [
thunar-volman
];
# Common utilities # Common utilities
programs.thunderbird.enable = true; programs.thunderbird.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
dolphin
keepassxc keepassxc
element-desktop element-desktop
gimp-with-plugins
inkscape
nextcloud-client nextcloud-client
]; ];
} }