rustboro: use gruvbox light hard theme

This commit is contained in:
Aly Raffauf 2024-08-28 15:05:09 -04:00
parent e579f2e865
commit ca4828f4d7

View file

@ -1,7 +1,7 @@
{pkgs, ...}: {
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/default-light.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-hard.yaml";
image = let
wallpapers = builtins.fetchGit {