This commit is contained in:
TheCrazyInsanity
2026-05-08 15:51:13 -04:00
parent 268a06af61
commit ff07a0a8c6
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,9 @@
nix-fast-build
colmena
;
openldap = prev.openldap.overrideAttrs {
doCheck = !prev.stdenv.hostPlatform.isi686;
};
})
];
nix.package = pkgs.lixPackageSets.stable.lix;
@@ -101,7 +104,6 @@
} -C $out/bin
chmod +x $out/bin/llama-swap
'';
};
# 🇺🇸

View File

@@ -161,7 +161,7 @@
ExecStart = "${pkgs.writeShellScript "wallpaper-rotator" ''
WALLPAPER_DIR="$HOME/wallpapers"
INTERVAL=600 # Time in seconds between wallpaper changes (600 = 10 mins)
INTERVAL=60 # Time in seconds between wallpaper changes (600 = 10 mins)
# 1. Safely find Wayland and Sway sockets
if [ -z "$WAYLAND_DISPLAY" ]; then