nix/stylix/themes/sakura-night/default.nix

11 lines
284 B
Nix
Raw Normal View History

2024-03-18 03:46:07 +01:00
{... }: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
# Placeholder as it's required for some reason
image = /etc/nixos/git/docs/icons/nixos/white.png;
base16Scheme = ./sakura-night.yaml;
polarity = "dark";
autoEnable = true;
};
}