nix/stylix/sakura-night/default.nix

10 lines
272 B
Nix
Raw Normal View History

2024-02-14 23:11:31 +09: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 23:56:36 +09:00
base16Scheme = ./sakura-night.yaml;
2024-02-15 00:07:25 +09:00
polarity = "dark";
2024-02-14 23:11:31 +09:00
autoEnable = true;
};
2024-02-15 00:07:25 +09:00
}