diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/kansai/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/kansai/default.nix b/hosts/kansai/default.nix index e1789f6..a8e48c0 100644 --- a/hosts/kansai/default.nix +++ b/hosts/kansai/default.nix @@ -1,8 +1,9 @@ { imports = [ ./hardware-configuration.nix - ../../modules + ../../modules/core ../../modules/desktop + ../../modules/options ]; # See `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion. |