nixos/home/stylix.nix
2025-12-06 21:03:56 +01:00

17 lines
231 B
Nix
Executable File

{
config,
pkgs,
...
}:
{
stylix = {
image = ./wallpaper.png;
targets = {
waybar.enable = true;
waybar.addCss = false;
hyprland.enable = true;
hyprland.hyprpaper.enable = false;
};
};
}