Files
nix-config/users/jordan/common/optional/graphical/hyprland/hyprpaper.nix
Jordan Holt 2b11c3f256
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m0s
users/jordan: make graphical config optional
2025-04-28 21:07:12 +01:00

22 lines
274 B
Nix

{
...
}:
{
services.hyprpaper = {
enable = true;
settings = {
ipc = "on";
splash = false;
preload = [
"/home/jordan/Pictures/Aurora.png"
];
wallpaper = [
",/home/jordan/Pictures/Aurora.png"
];
};
};
}