theming.nix: remove usrEnv
This commit is contained in:
parent
06d49400ad
commit
fbf28fa931
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
||||||
}: let
|
}: let
|
||||||
inherit (lib.modules) mkMerge mkIf;
|
inherit (lib.modules) mkMerge mkIf;
|
||||||
inherit (lib.options) mkEnableOption;
|
inherit (lib.options) mkEnableOption;
|
||||||
cfg = config.modules.usrEnv.theming;
|
cfg = config.modules.theming;
|
||||||
in {
|
in {
|
||||||
options.modules.usrEnv.theming = {
|
options.modules.theming = {
|
||||||
gtk.enable = mkEnableOption "gtk theming";
|
gtk.enable = mkEnableOption "gtk theming";
|
||||||
qt.enable = mkEnableOption "qt theming";
|
qt.enable = mkEnableOption "qt theming";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue