Files
alo-cluster/home/packages.nix
2024-09-16 07:16:00 +01:00

21 lines
270 B
Nix

{ pkgs }:
{
packages =
with pkgs;
[
fzf
git
home-manager
mosh
ripgrep
tmux
zsh
]
++ (with pkgs.fishPlugins; [
pure
# don't add failed commands to history
sponge
transient-fish
]);
}