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 = {