style/qt.nix: remove usrEnv
This commit is contained in:
parent
e1ef7c68fc
commit
14015ab9c4
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
inherit (lib.modules) mkIf;
|
||||
inherit (lib) mkEnableOption mkOption;
|
||||
inherit (lib.types) str package;
|
||||
cfg = config.modules.usrEnv.style.qt;
|
||||
cfg = config.modules.theming.qt;
|
||||
in {
|
||||
options.modules.usrEnv.style.qt = {
|
||||
options.modules.theming.qt = {
|
||||
enable = mkEnableOption "qt theming";
|
||||
name = mkOption {
|
||||
description = "qt theme name";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue