From 7f1480afb2855f24de46a23066e7587c56765200 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 12 Jul 2025 12:10:36 +0300 Subject: [PATCH] 123 --- modules/essentials/packages.nix | 29 +++++++++++++++-------------- modules/essentials/programs.nix | 4 ++++ 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/modules/essentials/packages.nix b/modules/essentials/packages.nix index 6c80d02..2fd5319 100755 --- a/modules/essentials/packages.nix +++ b/modules/essentials/packages.nix @@ -18,18 +18,23 @@ lazysql # Base - mc - yazi - pciutils - smartmontools - efibootmgr - usbutils - - # Data - wget curl - rsync + efibootmgr + fd fdupes + fzf + gdu + lsof + mc + pciutils + rsync + usbutils + wget + + # Monitoring + smartmontools + btop + fastfetch # Disk gparted @@ -48,10 +53,6 @@ ipset iptables nftables - - # Monitoring - btop - fastfetch ]; }; } diff --git a/modules/essentials/programs.nix b/modules/essentials/programs.nix index f0c4b4a..19b15ea 100755 --- a/modules/essentials/programs.nix +++ b/modules/essentials/programs.nix @@ -14,6 +14,10 @@ }; }; lazygit.enable = true; + yazi = { + enable = true; + }; + bat.enable = true; command-not-found.enable = false; nix-index.enable = true; nh = {