diff --git a/misc/wallpaper.mkv b/misc/wallpaper.mkv new file mode 100644 index 0000000..11e687d Binary files /dev/null and b/misc/wallpaper.mkv differ diff --git a/profiles/workspace/hyprland/default.nix b/profiles/workspace/hyprland/default.nix index a639fdd..a8ce7d7 100644 --- a/profiles/workspace/hyprland/default.nix +++ b/profiles/workspace/hyprland/default.nix @@ -292,6 +292,7 @@ in with config.deviceSpecific; with lib; { exec-once=${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1 exec-once=${pkgs.wl-clipboard}/bin/wl-paste --type text --watch ${pkgs.cliphist}/bin/cliphist store exec-once=${pkgs.wl-clipboard}/bin/wl-paste --type image --watch ${pkgs.cliphist}/bin/cliphist store + ${lib.optionalString (!isLaptop) "exec-once=${pkgs.mpvpaper}/bin/mpvpaper -p -o \"no-audio loop\" '*' ${../../../misc/wallpaper.mkv}"} '' (concatMapStrings (c: "exec-once=" + c + "\n") config.startupApplications) ];