cursor: try (and fail) to set cursor theme

This commit is contained in:
Khaïs COLIN 2024-07-30 10:03:47 +02:00
parent 9eba1a0ba6
commit b4a69ee0a8
3 changed files with 35 additions and 3 deletions

View file

@ -1,3 +1,4 @@
{ breezex-cursor, system, ... }:
{
stylix = {
enable = true;
@ -7,5 +8,10 @@
# fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340
targets.kde.enable = false;
cursor = {
package = breezex-cursor.packages.${system}.default;
name = "BreezeX-Light";
};
};
}