add wireshark and xpipe
This commit is contained in:
parent
0b31da963f
commit
8cb6d26c6e
3 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,9 @@
|
|||
# Enable Flatpak support
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# Enablet Wireshark
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
# KDE Wallet PAM integration for unlocking the default wallet on login
|
||||
security.pam.services."jahanson".kwallet.enable = true;
|
||||
|
||||
|
@ -39,7 +42,6 @@
|
|||
# KDE
|
||||
de.kde.enable = true;
|
||||
|
||||
|
||||
# System config
|
||||
system = {
|
||||
motd.networkInterfaces = [ "wlp1s0" ];
|
||||
|
|
|
@ -39,6 +39,7 @@ in
|
|||
"podman"
|
||||
"audio" # pulseaudio
|
||||
"libvirtd"
|
||||
"wireshark"
|
||||
];
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
|
@ -55,6 +55,7 @@ with config;
|
|||
vivaldiOverride
|
||||
gparted
|
||||
termius
|
||||
unstable.xpipe
|
||||
];
|
||||
|
||||
i18n = {
|
||||
|
|
Loading…
Reference in a new issue