diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index e2433d8..c8cf4da 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -198,6 +198,7 @@ just # command runner like make #ansible # configuration management system/automation tool kdePackages.kcachegrind # analyze xdebug output + kdePackages.filelight # disk space visualizer libreoffice-qt # libreoffice - qt is best for KDE hunspell # spell checking hunspellDicts.en_US # spell check dictionary @@ -211,6 +212,12 @@ zig # the zig language powerline # prompt utility distrobox # instant alternate OS availability + pigz # muti-treaded replacement for gzip + unzip # old standard zip handler + rpi-imager # rasbperry pi os burner util + screenkey # broadcast key presses + superfile # cli file manager + #obs-studio # open broadcast studio ]; programs.zsh.enable = true; programs.git = {