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 f0bcc2217f
2 changed files with 11 additions and 4 deletions

View file

@ -43,7 +43,7 @@
inherit modules; inherit modules;
}; };
in in
{ rec {
homeConfigurations."anvaure@Allegro23-12" = homeConfig [ homeConfigurations."anvaure@Allegro23-12" = homeConfig [
{ home.username = "anvaure"; } { home.username = "anvaure"; }
./home/more-software.nix ./home/more-software.nix
@ -54,6 +54,15 @@
{ targets.genericLinux.enable = true; } { targets.genericLinux.enable = true; }
]; ];
homeConfigurations."anvaure@msm-lnx-ipva-01" = homeConfig [
{ home.username = "anvaure"; }
./home/base.nix
({pkgs, ...}: {
programs.fish.loginShellInit = "source ${pkgs.nix}/etc/profile.d/nix.fish";
})
];
homeConfigurations."anvaure@msm-lnx-demo-01" = homeConfigurations."anvaure@msm-lnx-ipva-01";
homeConfigurations."ant@hs" = homeConfig [ homeConfigurations."ant@hs" = homeConfig [
{ home.username = "ant"; } { home.username = "ant"; }
./home/more-software.nix ./home/more-software.nix

View file

@ -5,11 +5,9 @@
./fish.nix ./fish.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should nix.package = pkgs.nixVersions.latest;
# manage.
home.homeDirectory = "/home/${config.home.username}"; home.homeDirectory = "/home/${config.home.username}";
home.stateVersion = "23.05"; # Please read the comment before changing. home.stateVersion = "23.05"; # Please read the comment before changing.
home.packages = with pkgs; [ home.packages = with pkgs; [