From 65f43dafaaf36927f61eda44f2dfa4cf07407c50 Mon Sep 17 00:00:00 2001 From: L-Nafaryus Date: Mon, 5 May 2025 21:58:41 +0500 Subject: [PATCH] catarina: hyprpaper for wallpapers on hyprland, yay --- nixosConfigurations/vinheim/users.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nixosConfigurations/vinheim/users.nix b/nixosConfigurations/vinheim/users.nix index ed07a05..850aab8 100644 --- a/nixosConfigurations/vinheim/users.nix +++ b/nixosConfigurations/vinheim/users.nix @@ -135,6 +135,20 @@ in { services.dunst.enable = true; + services.hyprpaper = { + enable = true; + settings = { + ipc = "on"; + splash = true; + splash_offset = 2.0; + preload = ["~/Pictures/wallpapers/monochrome-bloodbourne.jpg"]; + wallpaper = [ + "Acer Technologies EK240Y E204018E03W01,~/Pictures/wallpapers/monochrome-bloodbourne.jpg" + "Acer Technologies EK240Y E204018873W01,~/Pictures/wallpapers/monochrome-bloodbourne.jpg" + ]; + }; + }; + programs.hyprlock = { enable = true; settings = {