diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-26 21:13:52 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-26 21:15:39 +0530 |
commit | 78508ad70b289d27af779f1e8f04bd698f422cb4 (patch) | |
tree | 99509db2c9cf3eedd8c4de40ad1e882fb0cb740c /flake.nix | |
parent | 854039328f9d955ef6b8c47e3bbcec4392a22df2 (diff) |
home-manager/cez: init
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); }; } |