summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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");
};
}