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

This commit is contained in:
Kiana Sheibani 2025-10-10 13:51:55 -04:00
parent 854cf9a5fc
commit 30c916dce3
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

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;