nix/stylix/themes/sakura-day/default.nix
2024-03-18 11:46:07 +09:00

9 lines
255 B
Nix

{ ... }: {
# 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.yaml;
autoEnable = true;
};
}