nix/stylix/themes/gruvbox/default.nix
2024-08-18 14:06:00 +09:00

8 lines
211 B
Nix

{ ...}: {
# Themes https://github.com/tinted-theming/base16-schemes
stylix = {
image = /etc/nixos/git/wallpapers/gruvbox/wallpaper1.png;
base16Scheme = ./theme.yaml;
autoEnable = true;
};
}