This commit is contained in:
parent
ff6f15d2e3
commit
513873d117
1 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,14 @@
|
||||||
{ targets.genericLinux.enable = true; }
|
{ targets.genericLinux.enable = true; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [
|
||||||
|
{ home.username = "anvaure"; }
|
||||||
|
./home/base.nix
|
||||||
|
({pkgs, ...}: {
|
||||||
|
loginShellInit = "source ${pkgs.nix}/etc/profile.d/nix.fish";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
homeConfigurations."ant@hs" = homeConfig [
|
homeConfigurations."ant@hs" = homeConfig [
|
||||||
{ home.username = "ant"; }
|
{ home.username = "ant"; }
|
||||||
./home/more-software.nix
|
./home/more-software.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue