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 ffmpeg
file file
findutils findutils
gdu
git git
gnugrep gnugrep
gnumake gnumake
@ -58,7 +59,6 @@ in {
jq jq
lsof lsof
man man
ncdu
nmap nmap
openssh openssh
parallel parallel

View file

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