Johan Rong 2 месяцев назад
Родитель
Сommit
a59b9f7736

+ 4 - 4
home/features/desktop/hyprland/img/default.nix

@@ -1,11 +1,11 @@
-{ pkgs, lib, ... }:
+{ pkgs, lib, config, ... }:
 
 {
   home = {
     file = {
-      ".config/caelestia/img/bg.png".source = ./reef.png;
-      ".config/caelestia/img/tux-fly.gif".source = ./tux-fly.gif;
-      ".config/caelestia/img/tux-race.gif".source = ./tux-race.gif;
+      "Pictures/shell-imgs/bg.png".source = ./reef.png;
+      "Pictures/shell-imgs/tux-fly.gif".source = ./tux-fly.gif;
+      "Pictures/shell-imgs/tux-race.gif".source = ./tux-race.gif;
     };
   };
 }

+ 1 - 1
home/features/desktop/hyprland/shells/caelestia/default.nix

@@ -16,7 +16,7 @@
 
       hl.on("hyprland.start", function ()
         hl.exec_cmd("caelestia shell")
-        hl.exec_cmd("caelestia shell wallpaper set ~/.config/caelestia/img/bg.png")
+        hl.exec_cmd("caelestia shell wallpaper set ~/Pictures/shell-imgs/bg.png")
         hl.exec_cmd("caelestia scheme set --name dynamic --mode dark")
         hl.exec_cmd("wl-paste --watch cliphist store")
       end)