From c4e415c18cf7a203eea8d60dfc9613915cb46d16 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 20 Aug 2024 21:21:47 -0400 Subject: [PATCH] petalburg: switch to gruvbox --- hosts/petalburg/stylix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/petalburg/stylix.nix b/hosts/petalburg/stylix.nix index 731d30ed..a9e42ad7 100644 --- a/hosts/petalburg/stylix.nix +++ b/hosts/petalburg/stylix.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { stylix = { enable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine-moon.yaml"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; image = let wallpapers = builtins.fetchGit {