fix: cleanup after rebase

This commit is contained in:
David 2024-05-19 19:25:23 +02:00
parent a8032e0428
commit b9eec5585a
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -23,9 +23,6 @@
# would pull in nano
programs.nano.enable = false;
# also avoids placing man pages of systemPackages
documentation.man.man-db.enable = false;
# prevents strace
environment.defaultPackages = lib.mkForce [ pkgs.rsync pkgs.parted pkgs.gptfdisk ];