From 14015ab9c4fb0bb8deef007d98db455d659e484b Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 31 Mar 2025 11:25:40 +0200 Subject: [PATCH] style/qt.nix: remove usrEnv --- modules/style/qt.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/style/qt.nix b/modules/style/qt.nix index f33872c..69260f0 100644 --- a/modules/style/qt.nix +++ b/modules/style/qt.nix @@ -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";