feat(shell): declaratively set fish-shell theme colors

This commit is contained in:
Kiana Sheibani 2025-10-10 13:51:55 -04:00
parent cd39e5be19
commit 35c8b1f3fd
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 48 additions and 7 deletions

View file

@ -2,16 +2,10 @@
{
imports = [
./alacritty.nix
./fish.nix
./starship.nix
];
# Fish shell
programs.fish.enable = true;
# Disable greeting
programs.fish.interactiveShellInit =
"set -g fish_greeting";
# Eza - ls replacement
programs.eza.enable = true;