From 73023cb31edc7cf330fd26c174a31c588d83e535 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 30 Jul 2024 21:32:47 -0700 Subject: [PATCH] chore: enable catppuccin for fish --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index c09d903..db91aeb 100755 --- a/home.nix +++ b/home.nix @@ -231,6 +231,8 @@ programs.fish = { enable = true; + catppuccin.enable = true; + catppuccin.flavor = "macchiato"; shellAliases = { rebuild = "sudo nixos-rebuild switch"; ls = "eza -l --icons=auto";