From a8b2ca17c39b0b38d5b78f52ee0e0fa88e75489c Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 6 Sep 2025 22:10:21 +0200 Subject: [PATCH] sessionVariables --- homes/x86_64-linux/andrej/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/andrej/hyprland.nix b/homes/x86_64-linux/andrej/hyprland.nix index c6120a9..6c06965 100644 --- a/homes/x86_64-linux/andrej/hyprland.nix +++ b/homes/x86_64-linux/andrej/hyprland.nix @@ -25,7 +25,7 @@ libnotify emacs-pgtk ]; - home.environment = { + home.sessionVariables = { GTK_THEME = "Colloid"; }; qt.enable = true;