This commit is contained in:
atagen 2025-07-21 14:36:04 +10:00
parent ac928b3d87
commit 57f3d78a06
2 changed files with 30 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
pkgs,
userPkgs,
...
}:
{
@ -22,4 +23,19 @@
ouch
;
};
programs.yazi = {
enable = true;
plugins = {
inherit (pkgs.yaziPlugins)
lazygit
chmod
diff
mediainfo
smart-enter
full-border
wl-clipboard
;
fr = pkgs.callPackage userPkgs.fr-yazi { };
};
};
}