Regenerated

This commit is contained in:
2026-04-29 14:47:20 +02:00
parent ef17679446
commit 6fd0fc4cd4
4 changed files with 398 additions and 401 deletions
@@ -6,7 +6,7 @@ let
homeDir = "/home/${username}";
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
wallpaperDst = "${homeDir}/Wallpapers";
randoScript = "${homeDir}/Wallpapers/scripts/randomizeWallpapers.sh";
randoScript = "${homeDir}/.config/awww/scripts/randomizeWallpapers.sh";
in
{
# Make bash available
@@ -18,7 +18,7 @@ in
pkgs.waypaper pkgs.socat ];
# Create the copy script using Home Manager, following Waybar style
This can not be done using a prepared script
# This can not be done using a prepared script
home-manager.users = {
${username} = {
home.file = {