new wallpaperthingie

This commit is contained in:
2026-03-17 17:50:48 +00:00
parent 279c26f24a
commit e03d4fe2ff
@@ -32,7 +32,7 @@ in
config = lib.mkIf config.wallpaper.enable {
# Debug: Print activation message
_ = builtins.trace "=== Wallpaper module is enabled ===";
traceprint0 = builtins.trace "=== Wallpaper module is enabled ===";
# Copy the script to the correct location and make it executable
home-manager.users.${config.home.username}.home.file."${script_path}".source = script_path;