diff options
Diffstat (limited to 'util')
| -rw-r--r-- | util/host.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/util/host.nix b/util/host.nix index 330edb6..048f39c 100644 --- a/util/host.nix +++ b/util/host.nix @@ -1,8 +1,4 @@ -{ - nixpkgs, - home-manager, - ... -}: { +{home-manager, ...}: { mkHost = { name, modules, |
