cursor: try (and fail) to set cursor theme
This commit is contained in:
parent
9eba1a0ba6
commit
b4a69ee0a8
3 changed files with 35 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue