Files
nix-dotfiles/systems/selinunte/stylix.nix

11 lines
213 B
Nix
Raw Normal View History

2026-04-13 23:48:42 -04:00
{ pkgs, ... }:
{
stylix = {
2026-04-13 23:48:42 -04:00
enable = true;
image = "${pkgs.hyprland}/share/hypr/wall2.png";
#image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png";
polarity = "dark";
};
}