fix extra sauce name
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user