From 78508ad70b289d27af779f1e8f04bd698f422cb4 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 26 Mar 2024 21:13:52 +0530 Subject: home-manager/cez: init --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') 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"); }; } -- cgit v1.2.3