From fbf28fa93190f161c79d533c5de108476c97a300 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Mon, 31 Mar 2025 11:05:42 +0200 Subject: [PATCH] theming.nix: remove usrEnv --- modules/style/theming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/style/theming.nix b/modules/style/theming.nix index 8402b8d..ce272d4 100644 --- a/modules/style/theming.nix +++ b/modules/style/theming.nix @@ -6,9 +6,9 @@ }: let inherit (lib.modules) mkMerge mkIf; inherit (lib.options) mkEnableOption; - cfg = config.modules.usrEnv.theming; + cfg = config.modules.theming; in { - options.modules.usrEnv.theming = { + options.modules.theming = { gtk.enable = mkEnableOption "gtk theming"; qt.enable = mkEnableOption "qt theming"; };