set home.homeDirectory in larbin and demo
All checks were successful
/ build-all (push) Successful in 42s
All checks were successful
/ build-all (push) Successful in 42s
This commit is contained in:
parent
e43aac674b
commit
465fba42b5
1 changed files with 4 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue