hypr.home fix

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-10-04 22:52:06 +02:00
parent d581209fdf
commit 21fee7056a
5 changed files with 14 additions and 16 deletions

View File

@@ -75,8 +75,8 @@
./home-modules/calendar-campuszeit-fix.nix
] else []);
home.username = hyper.user;
# home.homeDirectory = hyper.home; # for some reason you cant use hyper.home here
home.homeDirectory = "/home/${hyper.user}";
home.homeDirectory = hyper.home;
# home.homeDirectory = "/home/${hyper.user}";
home.stateVersion = hyper.pkgs-version;
programs.home-manager.enable = true;
}