nix/stylix/themes/default/default.nix

10 lines
275 B
Nix
Raw Normal View History

2024-06-12 12:15:32 +02:00
{ pkgs, ... }: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
polarity = "dark";
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave.yaml";
autoEnable = true;
};
}