mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
hosts/laptop: Enable wireshark
This commit is contained in:
parent
bb00a01802
commit
778663900b
1 changed files with 4 additions and 1 deletions
|
|
@ -42,6 +42,9 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.winboat.enable = true;
|
||||
programs = {
|
||||
winboat.enable = true;
|
||||
wireshark.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue