Files
nix-dotfiles/systems/selinunte/stylix.nix
ahuston-0 5880242e06
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 2m17s
hydra ifd fixes
2026-04-13 23:48:42 -04:00

11 lines
213 B
Nix

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