aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:07:40 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-07 11:07:40 +0200
commitd9de236316fd64b03395ac26a92a8a0580ea91da (patch)
tree62c69ce7a34789b7e0b033c2629b685e090255be
parentd10535f98b8ff3dad86d94daa35e8d01f4caaeb8 (diff)
Added missing '...' import to packages.nix in herra
-rw-r--r--hosts/herra/packages.nix2
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