From 644db4d5f8b3519e9dd67fd5f89b052eb5e8484e Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 15 Jun 2026 12:39:29 +0200 Subject: [PATCH] restore wallpaper --- modules/home/wayland/hyprland/config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/wayland/hyprland/config.nix b/modules/home/wayland/hyprland/config.nix index 4e2c8b6..2a593bd 100644 --- a/modules/home/wayland/hyprland/config.nix +++ b/modules/home/wayland/hyprland/config.nix @@ -26,6 +26,7 @@ startupScript = pkgs.writeShellScriptBin "hyprland-start" '' ${pkgs.eww}/bin/eww open bar & ${pkgs.awww}/bin/awww-daemon & + ${pkgs.awww}/bin/awww restore & sleep 2 keepassxc &