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

10 lines
108 B
Nix

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