diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-08 19:41:29 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-08 19:41:29 +0530 |
commit | 68632f8c1797477abdfebc148e73b54a203861e8 (patch) | |
tree | 7c2cccf5be08dc481f5c3abbf35d8912957fad16 /flake.nix | |
parent | 3ecdc02f33cb58b6bf313ca7ab2ddd94e49148e8 (diff) |
home-manager/gui: init
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ lib.genAttrs [ "cez" "kay" "lia" "fscusat" "dspace" ] (host: makeNixos host "x86_64-linux"); homeConfigurations = - lib.genAttrs [ "common" ] + lib.genAttrs [ "common" "gui" ] (host: makeHome host "x86_64-linux"); }; } |