From dd3db7cd97561de5c5210450c5912845a4b59059 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Wed, 1 Apr 2026 14:50:24 +0200 Subject: [PATCH] add zen to base.nix --- hosts/laptop/default.nix | 1 - modules/base.nix | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 + ]; }