From 443daa1c6c6e5ca846b3d357effd2c73ad3980a2 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 9 Jan 2026 18:17:04 +0300 Subject: [PATCH] 123 --- modules/essentials/packages.nix | 42 ++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/modules/essentials/packages.nix b/modules/essentials/packages.nix index c73910a..0515293 100644 --- a/modules/essentials/packages.nix +++ b/modules/essentials/packages.nix @@ -13,22 +13,6 @@ fastfetchMinimal # 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 age @@ -95,6 +79,29 @@ ]; }; 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 = { enable = true; config = { @@ -105,9 +112,6 @@ }; }; lazygit.enable = true; - yazi = { - enable = true; - }; bat.enable = true; # command-not-found.enable = false; # nix-index.enable = true;