From 3399daae1d7baff4be3ae953ae32a9358962ef67 Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 16 Sep 2025 17:34:52 -0400 Subject: home-manager: fixed art bundle --- home-manager/features/gui/bundles/art.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager/features/gui/bundles') 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"; -- cgit v1.2.3