mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -13,22 +13,6 @@
|
|||||||
fastfetchMinimal
|
fastfetchMinimal
|
||||||
|
|
||||||
# yazi
|
# yazi
|
||||||
yaziPlugins.gitui
|
|
||||||
yaziPlugins.git
|
|
||||||
yaziPlugins.sudo
|
|
||||||
yaziPlugins.ouch
|
|
||||||
yaziPlugins.nord
|
|
||||||
yaziPlugins.rsync
|
|
||||||
yaziPlugins.diff
|
|
||||||
yaziPlugins.mount
|
|
||||||
yaziPlugins.chmod
|
|
||||||
yaziPlugins.dupes
|
|
||||||
yaziPlugins.lazygit
|
|
||||||
yaziPlugins.toggle-pane
|
|
||||||
yaziPlugins.rich-preview
|
|
||||||
yaziPlugins.smart-filter
|
|
||||||
yaziPlugins.full-border
|
|
||||||
yaziPlugins.recycle-bin
|
|
||||||
|
|
||||||
# Encrypt
|
# Encrypt
|
||||||
age
|
age
|
||||||
@@ -95,6 +79,29 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
yazi = {
|
||||||
|
enable = true;
|
||||||
|
plugins = {
|
||||||
|
inherit (pkgs.yaziPlugins)
|
||||||
|
gitui
|
||||||
|
git
|
||||||
|
sudo
|
||||||
|
ouch
|
||||||
|
nord
|
||||||
|
rsync
|
||||||
|
diff
|
||||||
|
mount
|
||||||
|
chmod
|
||||||
|
dupes
|
||||||
|
lazygit
|
||||||
|
toggle-pane
|
||||||
|
rich-preview
|
||||||
|
smart-filter
|
||||||
|
full-border
|
||||||
|
recycle-bin
|
||||||
|
;
|
||||||
|
};
|
||||||
|
};
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
@@ -105,9 +112,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
yazi = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
bat.enable = true;
|
bat.enable = true;
|
||||||
# command-not-found.enable = false;
|
# command-not-found.enable = false;
|
||||||
# nix-index.enable = true;
|
# nix-index.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user