diff options
Diffstat (limited to 'host/Rory-devenv/software.nix')
-rwxr-xr-x | host/Rory-devenv/software.nix | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/host/Rory-devenv/software.nix b/host/Rory-devenv/software.nix index afcc751..f1cb896 100755 --- a/host/Rory-devenv/software.nix +++ b/host/Rory-devenv/software.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ pkgs, ... }: { imports = [ ../../modules/base-server.nix ]; @@ -69,7 +64,7 @@ kitty feh sshfs - cinnamon.nemo + nemo firefox-bin udisks gparted |