diff options
| author | Fuwn <[email protected]> | 2024-10-28 09:33:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-28 09:33:13 -0700 |
| commit | ca3140e7c1ddea7826a96742f3285a2ea2e4be9d (patch) | |
| tree | 3534f105c278821315d5e6c7604db471921f0f7f /hosts/default.nix | |
| parent | core: allow mosh as optional (diff) | |
| download | nixos-config-ca3140e7c1ddea7826a96742f3285a2ea2e4be9d.tar.xz nixos-config-ca3140e7c1ddea7826a96742f3285a2ea2e4be9d.zip | |
kioku: add core modules
Diffstat (limited to 'hosts/default.nix')
| -rw-r--r-- | hosts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/default.nix b/hosts/default.nix index 49546fc..f683ce3 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -43,6 +43,6 @@ (import ./akashi pcInherits) (import ./himeji (commonInherits // { inherit commonModules; })) (import ./kansai pcInherits) - (import ./kioku commonInherits) + (import ./kioku (commonInherits // { inherit commonModules; })) ]; } |