summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-26 21:13:52 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-26 21:15:39 +0530
commit78508ad70b289d27af779f1e8f04bd698f422cb4 (patch)
tree99509db2c9cf3eedd8c4de40ad1e882fb0cb740c /flake.nix
parent854039328f9d955ef6b8c47e3bbcec4392a22df2 (diff)
home-manager/cez: init
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 01d551b..656620c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -45,7 +45,7 @@
lib.genAttrs [ "cez" "kay" "lia" "fscusat" "dspace" ]
(host: makeNixos host "x86_64-linux");
homeConfigurations =
- lib.genAttrs [ "common" "wayland" ]
+ lib.genAttrs [ "common" "wayland" "cez" ]
(host: makeHome host "x86_64-linux");
};
}