new wallpaperthingie
This commit is contained in:
@@ -782,6 +782,13 @@ Finally, it creates a systemd user service (wpaperd.service) that automatically
|
|||||||
#+BEGIN_SRC nix :tangle generated/hyprland/decorations/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html
|
#+BEGIN_SRC nix :tangle generated/hyprland/decorations/rotating_wallpaper.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
|
|
||||||
|
builtins.trace (lib.concatStringsSep "\n" [
|
||||||
|
"=== Wallpaper Module Loaded ==="
|
||||||
|
"Module path: ${toString __curFile}"
|
||||||
|
"=== End of Module Load Trace ==="
|
||||||
|
]);
|
||||||
|
|
||||||
let
|
let
|
||||||
# Define source and destination paths
|
# Define source and destination paths
|
||||||
source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";
|
source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
{ lib, config, pkgs, flakeRoot, ... }:
|
{ lib, config, pkgs, flakeRoot, ... }:
|
||||||
|
|
||||||
|
|
||||||
|
builtins.trace (lib.concatStringsSep "\n" [
|
||||||
|
"=== Wallpaper Module Loaded ==="
|
||||||
|
"Module path: ${toString __curFile}"
|
||||||
|
"=== End of Module Load Trace ==="
|
||||||
|
]);
|
||||||
|
|
||||||
let
|
let
|
||||||
# Define source and destination paths
|
# Define source and destination paths
|
||||||
source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";
|
source_path = "${flakeRoot}/assets/hyprland/wallpaperstuff";
|
||||||
|
|||||||
Reference in New Issue
Block a user