diff options
| author | Fuwn <[email protected]> | 2024-09-23 16:12:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 16:12:28 -0700 |
| commit | 2600cc84e6efe6a9d1b33aa3d441561a838dfa24 (patch) | |
| tree | 001578551ec61a0cae8ccdcaf4bbedd7284f4b2b /hosts/kansai/default.nix | |
| parent | himeji: move core import to host (diff) | |
| download | nixos-config-2600cc84e6efe6a9d1b33aa3d441561a838dfa24.tar.xz nixos-config-2600cc84e6efe6a9d1b33aa3d441561a838dfa24.zip | |
kansai: move default module to host
Diffstat (limited to 'hosts/kansai/default.nix')
| -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. |