nix: update and add packages
This commit is contained in:
@ -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
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user