From e83e084c5968ac53af169e1e67e9bb2895a723aa Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 22 Jul 2024 19:25:41 -0700 Subject: Enable home manager for c on copenhagen --- hosts/copenhagen/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hosts/copenhagen/configuration.nix') diff --git a/hosts/copenhagen/configuration.nix b/hosts/copenhagen/configuration.nix index 9f3b721..1335a66 100644 --- a/hosts/copenhagen/configuration.nix +++ b/hosts/copenhagen/configuration.nix @@ -48,6 +48,13 @@ }; }; + home-manager = { + extraSpecialArgs = { inherit inputs; }; + users = { + "c" = import ./home/c.nix; + }; + }; + roles = { minecraft = { enable = true; -- cgit v1.2.3