nix/stylix/themes/stylix-day/default.nix

10 lines
289 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/wallpapers/stylix/wallpaper1.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave-light.yaml";
polarity = "light";
autoEnable = true;
};
}