From d54bb50cebcc7b530fd69d1911c922e747ddec91 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Fri, 7 Aug 2026 00:30:19 -0300 Subject: [PATCH] feat(taygeta): switch to a violet-magenta wallpaper Its old nebula-cyan-yellow (seed #0a2a4a, blue 210) clashed with merope's towers-ice (blue 213). Switch to samurai-cyberpunk-pink-green (seed #a63ee1), a vivid violet-magenta that fills the empty ~280 gap and sits clear of every other home's seed color. --- home/gabriel/taygeta.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gabriel/taygeta.nix b/home/gabriel/taygeta.nix index b51a602f..43c4b0ac 100644 --- a/home/gabriel/taygeta.nix +++ b/home/gabriel/taygeta.nix @@ -1,5 +1,5 @@ {pkgs, ...}: { imports = [./global]; # Cyan - wallpaper = pkgs.wallpapers.nebula-cyan-yellow; + wallpaper = pkgs.wallpapers.samurai-cyberpunk-pink-green; }