Wallpaper location was not correct
This commit is contained in:
+304
-304
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user