nix-config/users/willifan/graphical/hyprland/common/hyprpaper.nix

19 lines
No EOL
337 B
Nix

{ pkgs, home-manager, ...}:
{
home-manager.users.willifan = {
services.hyprpaper = {
enable = true;
settings = {
preload = "/home/willifan/.config/hypr/Bob Ross.png";
wallpaper = ",/home/willifan/.config/hypr/Bob Ross.png";
splash = true;
ipc = "off";
};
};
};
}