This commit is contained in:
2026-05-24 13:09:09 +02:00
parent 9b09f60121
commit 64e088a0df
8 changed files with 116 additions and 43 deletions

View File

@@ -11,5 +11,12 @@ in
just
nodejs
gcc
] ++ (if hasGui then [pkgs.wireshark-qt] else []);
# Distrobox
distrobox
distrobox-tui
] ++ (if hasGui then with pkgs; [
wireshark
kontainer
] else []);
}