From 3cc8ec1f0a3b5f9b95c10bf4ff7f74a08271168a Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Mon, 23 Feb 2026 16:30:44 -0500 Subject: [PATCH] peach -> hopscotch theme --- home/hosts/peach/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/hosts/peach/default.nix b/home/hosts/peach/default.nix index 3e0379c..be271f2 100644 --- a/home/hosts/peach/default.nix +++ b/home/hosts/peach/default.nix @@ -1,12 +1,11 @@ { pkgs, - config, lib, ... }: { colors = { - scheme = "catppuccin-mocha"; + scheme = "hopscotch"; accent = "base09"; };