diff options
| author | triethyl <triethylammonium@pm.me> | 2025-09-16 17:34:52 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-09-16 17:34:52 -0400 |
| commit | 3399daae1d7baff4be3ae953ae32a9358962ef67 (patch) | |
| tree | 39ccac677e4f8fdd5734ffcaa45aaff4ff666c22 /home-manager/features | |
| parent | 641e328033d9b753ecdd2ae7e27713dbd01d0319 (diff) | |
home-manager: fixed art bundle
Diffstat (limited to 'home-manager/features')
| -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"; |
