modules/theme: remove unused variable

This commit is contained in:
Anthony Rodriguez 2024-12-05 00:05:28 +01:00
parent 5f6d4a5ad8
commit e363f7160e
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -6,7 +6,7 @@
pkgs, pkgs,
... ...
}: let }: let
inherit (lib) mkDefault mkEnableOption mkOption mkIf attrNames; inherit (lib) mkEnableOption mkOption mkIf attrNames;
inherit (lib.types) path package enum; inherit (lib.types) path package enum;
inherit (lib') generateGtkColors; inherit (lib') generateGtkColors;
cfg = config.theme; cfg = config.theme;