nix/stylix/sakura-night/default.nix
2024-02-18 19:13:46 +09:00

9 lines
233 B
Nix

{... }: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
base16Scheme = ./sakura-night.yaml;
polarity = "dark";
autoEnable = true;
};
}