set home.homeDirectory in larbin and demo
All checks were successful
/ build-all (push) Successful in 42s

This commit is contained in:
Antoine Vaure 2026-04-21 10:31:50 +02:00
parent e43aac674b
commit 465fba42b5

View file

@ -66,7 +66,10 @@
]; ];
homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [ homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [
{ home.username = "anvaure"; } {
home.username = "anvaure";
home.homeDirectory = "/home/anvaure";
}
./home/base.nix ./home/base.nix
({pkgs, ...}: { ({pkgs, ...}: {
programs.fish.loginShellInit = "source ${pkgs.nix}/etc/profile.d/nix.fish"; programs.fish.loginShellInit = "source ${pkgs.nix}/etc/profile.d/nix.fish";