minor config tweaks; wireshark

This commit is contained in:
Kate 2025-07-04 19:44:21 +02:00
parent 0b7e888f77
commit 639240bd0c
4 changed files with 15 additions and 3 deletions

View file

@ -146,11 +146,11 @@
./nixos/configs/dmesg.nix
./nixos/configs/printing.nix
./nixos/configs/virt-host.nix
./nixos/configs/wireshark.nix
./nixos/configs/mount-rsync-kate.nix
./nixos/configs/mount-fastmail-tmllc.nix
./nixos/overlays/fixup-canon.nix
#
];

View file

@ -0,0 +1,12 @@
#
# Sets up wireshark.
#
{ ... }: {
programs.wireshark = {
enable = true;
usbmon.enable = true;
dumpcap.enable = true;
};
users.users.deprekated.extraGroups = [ "wireshark" ];
}

View file

@ -18,6 +18,7 @@ with pkgs;
# Development.
act
arduino-cli
go
rustc
bundix

View file

@ -266,8 +266,7 @@ theme "solarized-dark"
// Require a leader key before we run any commands.
default_mode "locked"
// Uncomment this when we're used enough to the keybinds. :)
// default_layout "compact"
default_layout "compact"
// The folder in which Zellij will look for layouts
// (Requires restart)