cursor: fix cusror theme

This commit is contained in:
Khaïs COLIN 2024-08-02 16:12:03 +02:00
parent cc15438637
commit eba3f5bb42
3 changed files with 11 additions and 5 deletions

View file

@ -12,6 +12,12 @@
cursor = {
package = breezex-cursor.packages.${system}.default;
name = "BreezeX-Light";
size = 24;
};
};
# fix cursor size for some apps
home.sessionVariables = {
XCURSOR_SIZE = 24;
};
}