new wallpaperthingie

This commit is contained in:
2026-03-17 16:32:04 +00:00
parent 2be760f056
commit 42b9726ed4
2 changed files with 14 additions and 0 deletions
@@ -1,5 +1,12 @@
{ lib, config, pkgs, flakeRoot, ... }:
builtins.trace (lib.concatStringsSep "\n" [
"=== Wallpaper Module Loaded ==="
"Module path: ${toString __curFile}"
"=== End of Module Load Trace ==="
]);
let
# Define source and destination paths
source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";