diff options
| author | seth <[email protected]> | 2023-01-30 11:34:47 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-30 11:34:47 -0500 |
| commit | 4dab2100d146c3041a2a1f6d8a2722233fc386fb (patch) | |
| tree | 209fa7e1a8dd68c41cc175839e4abadf6b4323c4 /util | |
| parent | 4bb04d98461add1df39db556f5dd5de4426e6a97 (diff) | |
remove unneeded packages + refactor more
Diffstat (limited to 'util')
| -rw-r--r-- | util/host.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/host.nix b/util/host.nix index 8c3ab91..637f0f3 100644 --- a/util/host.nix +++ b/util/host.nix @@ -12,6 +12,7 @@ modules = [ ../hosts/common + ../hosts/${name} ({pkgs, ...}: { system.stateVersion = version; |
