From d9de236316fd64b03395ac26a92a8a0580ea91da Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Tue, 7 Apr 2026 11:07:40 +0200 Subject: Added missing '...' import to packages.nix in herra --- hosts/herra/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3