fix snowbelle specific home man config

This commit is contained in:
2025-11-11 17:10:51 -06:00
parent 8caa3b6fe7
commit b21060e78d
2 changed files with 4 additions and 3 deletions

View File

@@ -16,9 +16,9 @@ in
../../../modules/gameservers/minecraft_recpro
];
# home-manager.users.blake.imports = [
# ../../../users/blake/hosts/snowbelle.nix
# ];
home-manager.users.blake.imports = [
../../../users/blake/hosts/snowbelle.nix
];
system = {
ssh.enable = true;

View File

@@ -6,6 +6,7 @@
...
}: let
home_dir = config.home.homeDirectory;
#home_dir = "/home/blake";
in {
imports = [
../dots/core