modules/theme: remove unused variable
This commit is contained in:
parent
5f6d4a5ad8
commit
e363f7160e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkDefault mkEnableOption mkOption mkIf attrNames;
|
||||
inherit (lib) mkEnableOption mkOption mkIf attrNames;
|
||||
inherit (lib.types) path package enum;
|
||||
inherit (lib') generateGtkColors;
|
||||
cfg = config.theme;
|
||||
|
|
Loading…
Reference in a new issue