11 lines
284 B
Nix
11 lines
284 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-night.yaml;
|
||
|
polarity = "dark";
|
||
|
autoEnable = true;
|
||
|
};
|
||
|
}
|