diff options
Diffstat (limited to 'home-manager/features/gui')
| -rw-r--r-- | home-manager/features/gui/bundles/art.nix | 2 |
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"; |
