From 091102efcd03696f9dc57337a439c2e505909b9f Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Mon, 21 Oct 2024 17:37:37 +0700 Subject: [PATCH] wallust: moved init wallpaper to wallust module --- home/modules/hyprland/wallust/default.nix | 2 +- home/modules/hyprland/{ => wallust}/wallpaper.jpeg | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename home/modules/hyprland/{ => wallust}/wallpaper.jpeg (100%) diff --git a/home/modules/hyprland/wallust/default.nix b/home/modules/hyprland/wallust/default.nix index a4af0a2..eafb1b8 100644 --- a/home/modules/hyprland/wallust/default.nix +++ b/home/modules/hyprland/wallust/default.nix @@ -13,7 +13,7 @@ let pkgs.writeShellScriptBin "init-wallpaper.sh" # sh '' - init_wallpaper="${../wallpaper.jpeg}" + init_wallpaper="${./wallpaper.jpeg}" cache_file="${wallpaperDir}/current" blurred="${wallpaperDir}/blurred.png" square="${wallpaperDir}/square.png" diff --git a/home/modules/hyprland/wallpaper.jpeg b/home/modules/hyprland/wallust/wallpaper.jpeg similarity index 100% rename from home/modules/hyprland/wallpaper.jpeg rename to home/modules/hyprland/wallust/wallpaper.jpeg