ahuston-0 172ee58b04
stylix with hyprland wallpaper
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2025-03-04 01:14:32 -05:00

17 lines
331 B
Nix

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