diff --git a/modules/system/packages.nix b/modules/system/packages.nix index bc0c1b4..0356be9 100644 --- a/modules/system/packages.nix +++ b/modules/system/packages.nix @@ -16,7 +16,7 @@ wget ] ++ lib.optionals enableGUI [ gparted - gnome.nautilus + nautilus ]; environment.variables.EDITOR = "nvim"; } diff --git a/users/rin/packages.nix b/users/rin/packages.nix index 70cb8cf..7a29d86 100644 --- a/users/rin/packages.nix +++ b/users/rin/packages.nix @@ -26,10 +26,9 @@ element-desktop eww feh + file-roller gamescope gimp - gnome.file-roller - gnome.zenity grim #kotatogram-desktop krita @@ -61,5 +60,6 @@ }) xclip xorg.xgamma + zenity ]; }