8 lines
211 B
Nix
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;
|
|
};
|
|
}
|