Package : Replace ncdu with gdu.

This commit is contained in:
Dmitry Voronin 2024-03-15 00:11:57 +03:00
parent 118e41629e
commit c87400d8ed
2 changed files with 3 additions and 3 deletions

View file

@ -47,6 +47,7 @@ in {
ffmpeg
file
findutils
gdu
git
gnugrep
gnumake
@ -58,7 +59,6 @@ in {
jq
lsof
man
ncdu
nmap
openssh
parallel

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
# yt-dlp
appimage-run
binwalk
btop
@ -12,6 +13,7 @@
file
gamescope
gcc
gdu
gnome.gnome-tweaks
gnumake
gnused
@ -25,7 +27,6 @@
ltex-ls
mangohud
mpv
ncdu
networkmanager_strongswan
nmap
parallel
@ -45,7 +46,6 @@
wget
wine64 dxvk vkd3d
wl-clipboard
# yt-dlp
zip unzip
];