style/qt.nix: remove usrEnv

This commit is contained in:
Charlie Root 2025-03-31 11:25:40 +02:00
commit 14015ab9c4
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -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";