nix: update and add packages

This commit is contained in:
2023-09-04 00:17:28 +02:00
parent a13984babc
commit 72d15c0c34
2 changed files with 12 additions and 9 deletions

View File

@ -201,6 +201,8 @@ in rec {
# $ nix search wget
environment.systemPackages = with pkgs; [
xfce.thunar-archive-plugin
zip
(pkgs.python3.withPackages python-packages)
firefox
thunderbird
@ -309,6 +311,7 @@ in rec {
devbox
parted
drawio
du-dust # Like du tree but better
];