add yazi, dust, ouch, serie; drop zip/unzip
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
../../profiles/yazi.nix
|
||||
../../profiles/zellij.nix
|
||||
../../profiles/zk.nix
|
||||
../../profiles/zoxide.nix
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
../../profiles/yazi.nix
|
||||
../../profiles/zellij.nix
|
||||
../../profiles/zk.nix
|
||||
../../profiles/zoxide.nix
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
../../profiles/ripgrep.nix
|
||||
../../profiles/ssh.nix
|
||||
../../profiles/starship.nix
|
||||
../../profiles/yazi.nix
|
||||
../../profiles/zellij.nix
|
||||
../../profiles/zk.nix
|
||||
../../profiles/zoxide.nix
|
||||
|
||||
@@ -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
14
profiles/yazi.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user