Files
alo-cluster/home/packages.nix
2024-09-19 09:41:52 +01:00

22 lines
283 B
Nix

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