From 2600cc84e6efe6a9d1b33aa3d441561a838dfa24 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 23 Sep 2024 16:12:28 -0700 Subject: kansai: move default module to host --- hosts/kansai/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/kansai/default.nix') 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. -- cgit v1.2.3