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