Wallpaper location was not correct

This commit is contained in:
2026-02-26 19:14:48 +01:00
parent d410686732
commit c284193f7e
3 changed files with 306 additions and 306 deletions
+304 -304
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1712,7 +1712,7 @@ workspace_wallpaper installs wpaperd and deploys your wallpaper files from the r
{ config, pkgs, lib, flakeRoot, ... }:
let
repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper";
userRelRoot = "nixos_conf/wallpaperstuff";
userRelRoot = "nixos_conf/wallpaperstuff/pictures";
userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}";
scriptRel = "hypr/scripts/wpaperd-workspace-1to9.sh";
@@ -1,7 +1,7 @@
{ config, pkgs, lib, flakeRoot, ... }:
let
repoWallpaperDir = flakeRoot + "/assets/conf/desktop/wallpaper";
userRelRoot = "nixos_conf/wallpaperstuff";
userRelRoot = "nixos_conf/wallpaperstuff/pictures";
userAbsRoot = "${config.home.homeDirectory}/${userRelRoot}";
scriptRel = "hypr/scripts/wpaperd-workspace-1to9.sh";