nix/home-manager/stylix.nix

12 lines
257 B
Nix
Raw Normal View History

2024-07-29 12:55:08 +02:00
{
stylix = {
enable = true;
image = ./wallpapers/suzume_door.png;
polarity = "light";
# fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340
targets.kde.enable = false;
};
2024-07-29 12:55:08 +02:00
}