add yazi, dust, ouch, serie; drop zip/unzip

This commit is contained in:
2026-03-01 14:33:16 +00:00
parent 5a0e6a1e94
commit 31a5057517
5 changed files with 20 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ with pkgs;
dig
docker
docker-compose
dust
fastfetch
fd
gh
@@ -33,19 +34,19 @@ with pkgs;
nodejs_24
nurl
openssh
ouch
ov
pnpm
postgresql_17
sd
serie
sops
sqlite
tea
tokei
tree
tree-sitter
unzip
vivid
zip
]
++ lib.optionals stdenv.isDarwin [
_1password-gui

14
profiles/yazi.nix Normal file
View File

@@ -0,0 +1,14 @@
{
programs.yazi = {
enable = true;
enableNushellIntegration = true;
shellWrapperName = "y";
settings = {
manager = {
show_hidden = true;
sort_by = "natural";
sort_dir_first = true;
};
};
};
}