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

20
flake.lock generated
View File

@@ -1,20 +1,5 @@
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -38,12 +23,11 @@
},
"i3utils": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1636508828,
"narHash": "sha256-WieSw2pePMEZs61BUMEZeqWbTw74tl9OEp1KBCDpL+w=",
"lastModified": 1636132244,
"narHash": "sha256-uIfXaXszC0YSgEjPWE97o/JR4WS5bqJ8BcrKYz9ex4Y=",
"type": "git",
"url": "file:///home/daniel/go/src/i3utils"
},

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";
};