aboutsummaryrefslogtreecommitdiff
path: root/hosts/copenhagen/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/copenhagen/configuration.nix')
-rw-r--r--hosts/copenhagen/configuration.nix7
1 files changed, 7 insertions, 0 deletions
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;