config for larbin and demo
This commit is contained in:
parent
d541dbc854
commit
2e7866d816
2 changed files with 11 additions and 4 deletions
11
flake.nix
11
flake.nix
|
|
@ -43,7 +43,7 @@
|
|||
inherit modules;
|
||||
};
|
||||
in
|
||||
{
|
||||
rec {
|
||||
homeConfigurations."anvaure@Allegro23-12" = homeConfig [
|
||||
{ home.username = "anvaure"; }
|
||||
./home/more-software.nix
|
||||
|
|
@ -54,6 +54,15 @@
|
|||
{ 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 [
|
||||
{ home.username = "ant"; }
|
||||
./home/more-software.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue