diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/system/default.nix | 1 | ||||
| -rw-r--r-- | modules/system/nix/default.nix (renamed from hosts/common/system/nix.nix) | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/modules/system/default.nix b/modules/system/default.nix new file mode 100644 index 0000000..94ac438 --- /dev/null +++ b/modules/system/default.nix @@ -0,0 +1 @@ +{ ... }: { imports = [ ./nix ]; } diff --git a/hosts/common/system/nix.nix b/modules/system/nix/default.nix index 48379a4..2ad20c3 100644 --- a/hosts/common/system/nix.nix +++ b/modules/system/nix/default.nix @@ -1,7 +1,5 @@ -{ lib, pkgs, ... }: - -{ - # Enable flakes and new 'nix' command +# Nix related settings +{ lib, pkgs, ... }: { nix = { package = pkgs.nixFlakes; extraOptions = '' |
