diff options
author | Rory& <root@rory.gay> | 2024-08-08 03:50:02 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-08-08 03:51:45 +0200 |
commit | ff65c8e951092d4d7caed1c4d02c9e141df7799b (patch) | |
tree | f8bd40da8fd80021a7452723a32cddaec8d45de6 /host/Rory-devenv | |
parent | Server config cleanup (diff) | |
download | Rory-Open-Architecture-ff65c8e951092d4d7caed1c4d02c9e141df7799b.tar.xz |
Imports cleanup
Diffstat (limited to 'host/Rory-devenv')
-rwxr-xr-x | host/Rory-devenv/configuration.nix | 7 | ||||
-rwxr-xr-x | host/Rory-devenv/software.nix | 9 |
2 files changed, 3 insertions, 13 deletions
diff --git a/host/Rory-devenv/configuration.nix b/host/Rory-devenv/configuration.nix index f361ed1..85f38dd 100755 --- a/host/Rory-devenv/configuration.nix +++ b/host/Rory-devenv/configuration.nix @@ -1,9 +1,4 @@ -{ - config, - pkgs, - lib, - ... -}: +{ ... }: { imports = [ 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 |