nix-dotfiles/home-manager/modules/fish.nix
alsaiduq-lab 42aeaf54c8 changed
didnt really want to move them back again
2026-01-02 22:28:41 -07:00

15 lines
169 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
fish
nix-your-shell
fzf
ripgrep
bat
eza
ugrep
yazi
chafa
btop
fastfetch
];
}