fix: wallpaper path + add wallpapers to assets/

Moved wallpapers from nixos-config/home/m3tam3re/wallpapers/ to
m3ta-home/assets/wallpapers/ and fixed the relative path reference
in the theme module.
This commit is contained in:
2026-05-02 09:21:51 +02:00
parent 8308a85088
commit 2e060d1a6a
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

View File

@@ -11,8 +11,8 @@ in {
config = mkIf cfg { config = mkIf cfg {
xdg.configFile."hypr/wallpapers" = { xdg.configFile."hypr/wallpapers" = {
# Wallpapers are stored relative to the home/m3tam3re directory. # Wallpapers stored in m3ta-home/assets/wallpapers/
source = ../../m3tam3re/wallpapers; source = ./../../../assets/wallpapers;
recursive = true; recursive = true;
}; };
}; };