diff options
author | Martin Fischer <martin@push-f.com> | 2025-07-14 07:39:32 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-07-14 09:05:13 +0200 |
commit | deadb9491705c32b6a82530b9334aa67d1904aac (patch) | |
tree | c5f3b71b67d979586552791ec64886ec282f5b2f /nixos/profiles/workstation/default.nix | |
parent | 55d1b6ffbc36031cd9d285f2675d2dda343c627b (diff) |
Diffstat (limited to 'nixos/profiles/workstation/default.nix')
-rw-r--r-- | nixos/profiles/workstation/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 9069530..9df5328 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -27,6 +27,7 @@ in "wheel" "networkmanager" "dialout" + "wireshark" ]; }; |