From 931660b0d22f32954124c8347926e1c9044da0fa Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 30 Jun 2025 19:16:58 -0400 Subject: [PATCH] Set up lappy specific video wallpaper stuffs. Compilation fix. --- nodes/hosts/lappy/home/jay/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nodes/hosts/lappy/home/jay/home.nix b/nodes/hosts/lappy/home/jay/home.nix index f095f47..75abab0 100644 --- a/nodes/hosts/lappy/home/jay/home.nix +++ b/nodes/hosts/lappy/home/jay/home.nix @@ -24,6 +24,9 @@ wayland.windowManager.hyprland = { settings = { "monitor" = "eDP-1, 2880x1800@120, 0x0, 1"; + exec-once = [ + "mpvpaper --gpu-api=vulkan -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 ../../../common/wallpapers/wipeout.mkv" + ]; }; }; }