nix/stylix/sakura-night/default.nix

10 lines
272 B
Nix
Raw Normal View History

2024-02-14 15:11:31 +01:00
{lib, inputs, pkgs, gpu, system, theme, ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/docs/icons/nixos/white.png;
2024-02-14 15:56:36 +01:00
base16Scheme = ./sakura-night.yaml;
2024-02-14 16:07:25 +01:00
polarity = "dark";
2024-02-14 15:11:31 +01:00
autoEnable = true;
};
2024-02-14 16:07:25 +01:00
}