fix extra sauce name

This commit is contained in:
2021-11-11 13:08:16 +00:00
parent a890cfe876
commit 32355bdca5
2 changed files with 4 additions and 20 deletions

View File

@@ -51,7 +51,7 @@
stateVersion = "21.05";
};
mkUserConf = { hostname, extraPackages ? [] }:
mkUserConf = { hostname, extraSauce ? [] }:
home-manager.lib.homeManagerConfiguration {
inherit system pkgs;
@@ -63,7 +63,7 @@
({ pkgs, ... }: {
nixpkgs.overlays = [ i3utils.overlay ];
})
] ++ extraPackages;
] ++ extraSauce;
};
stateVersion = "21.05";
};