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