From 2d0d8a953f75da95cb932dd82e074a44b8082583 Mon Sep 17 00:00:00 2001 From: Odweta Date: Sun, 11 Jan 2026 22:48:35 +0100 Subject: [PATCH] ux/ui --- theme.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/theme.nix b/theme.nix index 4d0345a..904c65d 100644 --- a/theme.nix +++ b/theme.nix @@ -2,11 +2,13 @@ { # Enable Theme - environment.variables.GTK_THEME = "catppuccin-macchiato-teal-standard"; - environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; - environment.variables.XCURSOR_SIZE = "24"; - environment.variables.HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; - environment.variables.HYPRCURSOR_SIZE = "24"; + environment.sessionVariables = { + GTK_THEME = "catppuccin-macchiato-teal-standard"; + XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + XCURSOR_SIZE = "24"; + HYPRCURSOR_THEME = "Catppuccin-Macchiato-Teal"; + HYPRCURSOR_SIZE = "24"; + }; qt.enable = true; qt.platformTheme = "gtk2"; qt.style = "gtk2";