2025-01-15 22:31:14 +03:00

24 lines
385 B
Nix

{ pkgs, ... }:
{
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/eighties.yaml";
image = ../../topography.png;
cursor = {
package = pkgs.oreo-cursors-plus;
name = "oreo_white_cursors";
size = 24;
};
opacity = {
desktop = 0.0; #waybars opacity
popups = 0.75;
terminal = 0.9;
};
};
}