diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index e7685ce..4c99ac2 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -7,7 +7,6 @@ ../../modules/niri.nix ../../modules/japanese.nix ../../modules/gc.nix - ../../modules/zen.nix ]; networking.hostName = "laptop"; diff --git a/modules/base.nix b/modules/base.nix index dea38c7..cda56e0 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -50,5 +50,9 @@ "cache.nixos.org-1:6nchdd59x431o0gwypbmraurkbj16zpmqfgspcdshjy=" "nix-community.cachix.org-1:mb9fsh9qf2dcimdsuo8zy7bkq5cx+/rkcwyvrcyg3fs=" ]; + + imports = [ + ./zen.nix + ]; }