Add nixos wallpaper, switch to no longer using mpvpaper.

Compilation fix.
This commit is contained in:
jay
2025-07-01 23:11:17 -04:00
parent e4f3ce464d
commit 79838751ef
3 changed files with 4 additions and 6 deletions

View File

@@ -24,9 +24,6 @@
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
exec-once = [
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 /home/jay/nixverse/nodes/hosts/common/wallpapers/wipeout.mkv"
];
};
};
}