Skip to content

Commit

Permalink
fix(hyprpaper): use correct option
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed May 17, 2024
1 parent 10eb0f9 commit 26d3338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/modules/home/desktop/addons/hyprpaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ in {
enable = true;

settings = {
preloads = [wallpaper];
wallpapers = [", ${wallpaper}"];
preload = [wallpaper];
wallpaper = [", ${wallpaper}"];
ipc = false;
};
};
Expand Down

0 comments on commit 26d3338

Please sign in to comment.