mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
chore: enable catppuccin for fish
This commit is contained in:
parent
b202114bb3
commit
73023cb31e
1 changed files with 2 additions and 0 deletions
2
home.nix
2
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";
|
||||
|
|
Loading…
Reference in a new issue