diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:07:40 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-07 11:07:40 +0200 |
| commit | d9de236316fd64b03395ac26a92a8a0580ea91da (patch) | |
| tree | 62c69ce7a34789b7e0b033c2629b685e090255be | |
| parent | d10535f98b8ff3dad86d94daa35e8d01f4caaeb8 (diff) | |
Added missing '...' import to packages.nix in herra
| -rw-r--r-- | hosts/herra/packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/herra/packages.nix b/hosts/herra/packages.nix index 43cfa19..d8c6755 100644 --- a/hosts/herra/packages.nix +++ b/hosts/herra/packages.nix @@ -1,4 +1,4 @@ -{pkgs}: { +{pkgs, ...}: { environment.systemPackages = with pkgs; [ # System btop |
