nix/stylix/themes/stylix-day/default.nix
2024-06-08 10:31:53 +09:00

10 lines
324 B
Nix

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