update cursor

This commit is contained in:
Melvin Ragusa
2026-02-04 13:44:14 +01:00
parent bd2a0f749a
commit e669d690bd
2 changed files with 1 additions and 11 deletions

View File

@@ -90,7 +90,7 @@
# Theming (consolidated from theming.nix)
QT_QPA_PLATFORMTHEME = "qt6ct";
XCURSOR_THEME = "Adwaita";
XCURSOR_THEME = "default";
XCURSOR_SIZE = "24";
};

View File

@@ -80,15 +80,5 @@
# ═══════════════════════════════════════════════════════════════
# CURSOR & ICON PATHS
# ═══════════════════════════════════════════════════════════════
# NOTE: Session variables (GTK_THEME, XCURSOR_*, QT_QPA_PLATFORMTHEME)
# are consolidated in desktop.nix
# Ensure cursor themes are found
environment.pathsToLink = [ "/share/icons" ];
# ═══════════════════════════════════════════════════════════════
# GTK SETTINGS (DCONF)
# ═══════════════════════════════════════════════════════════════
# These can be overridden by the user with nwg-look or dconf-editor
# Default theme settings are applied per-user
}