{ pkgs, ... }: let randWallpaper = pkgs.runCommand "stylix-wallpaper" { } '' numWallpapers = $((1 + $RANDOM % 10)) ''; in { stylix = { enable = true; image = randWallpaper; #image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png"; polarity = "dark"; }; }