summaryrefslogtreecommitdiff
path: root/common/home/hyprpaper/default.nix
blob: 56a11e1584f06950aa8e4b2e66e86f6d985e7036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:
{
  enable = true;
  settings = {
    ipc = "on";
    splash = false;
    splash_offset = 2.0;

    preload = [ "~/global/media/photos/wallpapers/gruvbox.png" ];
    wallpaper = [ ",~/global/media/photos/wallpapers/gruvbox.png" ];
  };
}