add yazi, dust, ouch, serie; drop zip/unzip
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
../../profiles/ripgrep.nix
|
../../profiles/ripgrep.nix
|
||||||
../../profiles/ssh.nix
|
../../profiles/ssh.nix
|
||||||
../../profiles/starship.nix
|
../../profiles/starship.nix
|
||||||
|
../../profiles/yazi.nix
|
||||||
../../profiles/zellij.nix
|
../../profiles/zellij.nix
|
||||||
../../profiles/zk.nix
|
../../profiles/zk.nix
|
||||||
../../profiles/zoxide.nix
|
../../profiles/zoxide.nix
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
../../profiles/ripgrep.nix
|
../../profiles/ripgrep.nix
|
||||||
../../profiles/ssh.nix
|
../../profiles/ssh.nix
|
||||||
../../profiles/starship.nix
|
../../profiles/starship.nix
|
||||||
|
../../profiles/yazi.nix
|
||||||
../../profiles/zellij.nix
|
../../profiles/zellij.nix
|
||||||
../../profiles/zk.nix
|
../../profiles/zk.nix
|
||||||
../../profiles/zoxide.nix
|
../../profiles/zoxide.nix
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
../../profiles/ripgrep.nix
|
../../profiles/ripgrep.nix
|
||||||
../../profiles/ssh.nix
|
../../profiles/ssh.nix
|
||||||
../../profiles/starship.nix
|
../../profiles/starship.nix
|
||||||
|
../../profiles/yazi.nix
|
||||||
../../profiles/zellij.nix
|
../../profiles/zellij.nix
|
||||||
../../profiles/zk.nix
|
../../profiles/zk.nix
|
||||||
../../profiles/zoxide.nix
|
../../profiles/zoxide.nix
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ with pkgs;
|
|||||||
dig
|
dig
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
|
dust
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
gh
|
gh
|
||||||
@@ -33,19 +34,19 @@ with pkgs;
|
|||||||
nodejs_24
|
nodejs_24
|
||||||
nurl
|
nurl
|
||||||
openssh
|
openssh
|
||||||
|
ouch
|
||||||
ov
|
ov
|
||||||
pnpm
|
pnpm
|
||||||
postgresql_17
|
postgresql_17
|
||||||
sd
|
sd
|
||||||
|
serie
|
||||||
sops
|
sops
|
||||||
sqlite
|
sqlite
|
||||||
tea
|
tea
|
||||||
tokei
|
tokei
|
||||||
tree
|
tree
|
||||||
tree-sitter
|
tree-sitter
|
||||||
unzip
|
|
||||||
vivid
|
vivid
|
||||||
zip
|
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
_1password-gui
|
_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