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
|
# Enable Flatpak support
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
# Enablet Wireshark
|
||||||
|
programs.wireshark.enable = true;
|
||||||
|
|
||||||
# KDE Wallet PAM integration for unlocking the default wallet on login
|
# KDE Wallet PAM integration for unlocking the default wallet on login
|
||||||
security.pam.services."jahanson".kwallet.enable = true;
|
security.pam.services."jahanson".kwallet.enable = true;
|
||||||
|
|
||||||
|
@ -39,7 +42,6 @@
|
||||||
# KDE
|
# KDE
|
||||||
de.kde.enable = true;
|
de.kde.enable = true;
|
||||||
|
|
||||||
|
|
||||||
# System config
|
# System config
|
||||||
system = {
|
system = {
|
||||||
motd.networkInterfaces = [ "wlp1s0" ];
|
motd.networkInterfaces = [ "wlp1s0" ];
|
||||||
|
|
|
@ -39,6 +39,7 @@ in
|
||||||
"podman"
|
"podman"
|
||||||
"audio" # pulseaudio
|
"audio" # pulseaudio
|
||||||
"libvirtd"
|
"libvirtd"
|
||||||
|
"wireshark"
|
||||||
];
|
];
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|
|
@ -55,6 +55,7 @@ with config;
|
||||||
vivaldiOverride
|
vivaldiOverride
|
||||||
gparted
|
gparted
|
||||||
termius
|
termius
|
||||||
|
unstable.xpipe
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
|
|
Loading…
Reference in a new issue