2024-07-30 10:03:47 +02:00
|
|
|
{ breezex-cursor, system, ... }:
|
2024-07-29 12:55:08 +02:00
|
|
|
{
|
2024-07-29 13:18:46 +02:00
|
|
|
stylix = {
|
|
|
|
|
enable = true;
|
|
|
|
|
image = ./wallpapers/suzume_door.png;
|
2024-08-06 20:18:54 +02:00
|
|
|
polarity = "dark";
|
|
|
|
|
base16Scheme = ./neovim_default_scheme.yaml;
|
2024-07-29 13:18:46 +02:00
|
|
|
|
|
|
|
|
# fix wallpaper set error when not running under kde plasma
|
|
|
|
|
# see https://github.com/danth/stylix/issues/340
|
|
|
|
|
targets.kde.enable = false;
|
2024-07-30 10:03:47 +02:00
|
|
|
|
|
|
|
|
cursor = {
|
|
|
|
|
package = breezex-cursor.packages.${system}.default;
|
|
|
|
|
name = "BreezeX-Light";
|
2024-08-02 16:12:03 +02:00
|
|
|
size = 24;
|
2024-07-30 10:03:47 +02:00
|
|
|
};
|
2024-07-29 13:18:46 +02:00
|
|
|
};
|
2024-08-02 16:12:03 +02:00
|
|
|
|
|
|
|
|
# fix cursor size for some apps
|
|
|
|
|
home.sessionVariables = {
|
|
|
|
|
XCURSOR_SIZE = 24;
|
|
|
|
|
};
|
2024-07-29 12:55:08 +02:00
|
|
|
}
|