Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-09 13:28:06 +00:00 committed by GitHub
parent 0ead18fbfb
commit 7f05cd4428
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {