summaryrefslogtreecommitdiff
path: root/home-manager/features
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-16 17:34:52 -0400
committertriethyl <triethylammonium@pm.me>2025-09-16 17:34:52 -0400
commit3399daae1d7baff4be3ae953ae32a9358962ef67 (patch)
tree39ccac677e4f8fdd5734ffcaa45aaff4ff666c22 /home-manager/features
parent641e328033d9b753ecdd2ae7e27713dbd01d0319 (diff)
home-manager: fixed art bundle
Diffstat (limited to 'home-manager/features')
-rw-r--r--home-manager/features/gui/bundles/art.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/features/gui/bundles/art.nix b/home-manager/features/gui/bundles/art.nix
index c31402a..b012675 100644
--- a/home-manager/features/gui/bundles/art.nix
+++ b/home-manager/features/gui/bundles/art.nix
@@ -1,4 +1,4 @@
-{config, lib, pkgs}: let
+{config, lib, pkgs, ...}: let
cfg = config.features.gui.bundles.art;
in {
options.features.gui.bundles.art.enable = lib.mkEnableOption "the art bundle";