2026-04-13 23:48:42 -04:00
|
|
|
{ pkgs, ... }:
|
2024-08-09 11:11:04 -04:00
|
|
|
{
|
|
|
|
|
stylix = {
|
2026-04-13 23:48:42 -04:00
|
|
|
enable = true;
|
2025-03-03 23:27:03 -05:00
|
|
|
image = "${pkgs.hyprland}/share/hypr/wall2.png";
|
|
|
|
|
|
2025-03-03 17:32:47 -05:00
|
|
|
#image = "/home/alice/Pictures/Screenshots/screenshot_2024-12-04-2030.png";
|
2024-08-09 11:11:04 -04:00
|
|
|
polarity = "dark";
|
|
|
|
|
};
|
|
|
|
|
}
|