diff options
Diffstat (limited to 'hosts/common/default.nix')
| -rw-r--r-- | hosts/common/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 2923ae0..5448bbb 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -1,9 +1,10 @@ -{lib, ...}: { +{config, ...}: { imports = [ - ./options.nix ./documentation.nix ./fonts.nix ./locale.nix + ./options.nix + ./packages.nix ./security.nix ./systemd.nix ./users.nix |
