diff --git a/flake.nix b/flake.nix index 1e05990..6b11bd6 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,10 @@ ]; homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [ - { home.username = "anvaure"; } + { + home.username = "anvaure"; + home.homeDirectory = "/home/anvaure"; + } ./home/base.nix ({pkgs, ...}: { programs.fish.loginShellInit = "source ${pkgs.nix}/etc/profile.d/nix.fish";