From 7f05cd4428e00aed312b389045cc34b3935d4cdb Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 9 Dec 2025 13:28:06 +0000 Subject: [PATCH] Update FredOS-Gaming.nix --- hosts/FredOS-Gaming.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 05afccc..fb119b5 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -33,6 +33,7 @@ # Set libdecor plugin directory environment.sessionVariables = { LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1"; + GTK_PATH = "${pkgs.gtk3}/lib/gtk-3.0:${pkgs.gtk4}/lib/gtk-4.0"; }; system.autoUpgrade = {