{ pkgs, ... }: { programs.fish = { enable = true; shellAliases = { nix-fish = "nix-shell --command fish"; }; }; home.packages = with pkgs; [ bat eza ]; }