From 45b550f25799231ab4a93a368ba911da02c743ee Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:03:08 -0700 Subject: phoenix: home: setup home-manager for c --- hosts/phoenix/configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'hosts/phoenix/configuration.nix') 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 = { -- cgit v1.2.3