This commit is contained in:
soraefir
2026-06-21 18:38:02 +02:00
parent c357d13b21
commit 546b9cb09d
5 changed files with 19 additions and 14 deletions
+1
View File
@@ -3,6 +3,7 @@
config = lib.mkIf (config.syscfg.make.develop) {
programs.wireshark.enable = true;
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [ wget dconf wireshark mtr android-tools ];
};