config for larbin
Some checks failed
/ build-all (push) Has been cancelled

This commit is contained in:
Antoine Vaure 2025-10-10 13:48:30 +02:00
parent ff6f15d2e3
commit 513873d117

View file

@ -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