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

View File

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