aboutsummaryrefslogtreecommitdiff
path: root/hosts/phoenix/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/phoenix/configuration.nix')
-rw-r--r--hosts/phoenix/configuration.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/hosts/phoenix/configuration.nix b/hosts/phoenix/configuration.nix
index 18edb4c..f542ba4 100644
--- a/hosts/phoenix/configuration.nix
+++ b/hosts/phoenix/configuration.nix
@@ -46,8 +46,15 @@
};
};
+ home-manager = {
+ extraSpecialArgs = { inherit inputs; };
+ users = {
+ "c" = import ./home.nix;
+ };
+ };
+
roles = {
-
+ desktop.enable = true;
};
programs = {
@@ -55,6 +62,8 @@
enable = true;
enableSSHSupport = true;
};
+
+ dconf.enable = true;
};
services = {