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

10 lines
289 B
Nix
Raw Normal View History

2024-06-08 03:31:53 +02:00
{ pkgs, ... }: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/stylix/wallpaper1.png;
2024-06-08 04:58:08 +02:00
base16Scheme = "${pkgs.base16-schemes}/share/themes/atelier-cave-light.yaml";
polarity = "light";
2024-06-08 03:31:53 +02:00
autoEnable = true;
};
}