Update gnome.nix

This commit is contained in:
ediblerope 2025-12-10 23:15:46 +00:00 committed by GitHub
parent dd17fc2b65
commit aad1a59a58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,9 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Gaming" || config.netwo
# Set cursor theme
environment.sessionVariables = {
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
XCURSOR_THEME = "Adwaita";
XCURSOR_SIZE = "24";
XCURSOR_PATH = "${pkgs.adwaita-icon-theme}/share/icons";
};
programs.xwayland.enable = true;