From 2fe7b773f2438ac6bd3216063d3c9380cc71c7f7 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Sat, 6 Sep 2025 22:08:56 +0200 Subject: [PATCH] fix --- 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 d294750..c6120a9 100644 --- a/homes/x86_64-linux/andrej/hyprland.nix +++ b/homes/x86_64-linux/andrej/hyprland.nix @@ -25,7 +25,7 @@ libnotify emacs-pgtk ]; - programs.niri.settings.environment = { + home.environment = { GTK_THEME = "Colloid"; }; qt.enable = true;