From 16d17b9555342f4c0e668566c93463cfa5005d72 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 30 Jul 2024 22:40:31 -0700 Subject: [PATCH] style: use mocha for fish prompt instead of macchiato --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 82db426..c65eeab 100755 --- a/home.nix +++ b/home.nix @@ -231,7 +231,7 @@ programs.fish = { enable = true; catppuccin.enable = true; - catppuccin.flavor = "macchiato"; + catppuccin.flavor = "mocha"; shellAliases = { rebuild = "sudo nixos-rebuild switch"; ls = "eza -l --icons=auto";