summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2024-03-08 19:41:29 +0530
committersinanmohd <sinan@sinanmohd.com>2024-03-08 19:41:29 +0530
commit68632f8c1797477abdfebc148e73b54a203861e8 (patch)
tree7c2cccf5be08dc481f5c3abbf35d8912957fad16 /flake.nix
parent3ecdc02f33cb58b6bf313ca7ab2ddd94e49148e8 (diff)
home-manager/gui: 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 30bd680..3e5f310 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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");
};
}