diff --git a/flake.lock b/flake.lock index 7b1356b..81d228b 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/flake.nix b/flake.nix index 4061bb4..cc634bd 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };