nix-dotfiles/home-manager/modules/fish.nix

11 lines
112 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
fish
fzf
bat
eza
fd
ugrep
yazi
];
}