diff options
| author | seth <[email protected]> | 2023-01-26 06:08:41 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-26 06:08:41 -0500 |
| commit | 08895833e51bdfd760f2b4915a3997c13fe65b13 (patch) | |
| tree | 76e0ec29dea51c9a0aa0502cf8e87eadc71dd3ec /util | |
| parent | 43bf016d0fb5b3b2db796fdc37abf243f1223df1 (diff) | |
more refactoring
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, |
