diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index 24a8089..1523a62 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -42,6 +42,9 @@ }; }; - programs.winboat.enable = true; + programs = { + winboat.enable = true; + wireshark.enable = true; + }; }; }