nix/stylix/stylix/default.nix
2024-02-18 20:43:50 +09:00

10 lines
317 B
Nix

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