Update gnome.nix

This commit is contained in:
ediblerope 2025-12-10 20:10:06 +00:00 committed by GitHub
parent aca9784998
commit 67e297b006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,11 +20,14 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
xwayland
gtk3
cairo
adwaita-icon-theme
];
# Set libdecor plugin directory
# Set libdecor plugin directory and cursor theme
environment.sessionVariables = {
LIBDECOR_PLUGIN_DIR = "${pkgs.libdecor}/lib/libdecor/plugins-1";
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
};
programs.xwayland.enable = true;