My dotfiles (written in Nix, btw!) ❄

add wireshark group

+1 -1
+1 -1
flake.nix
··· 59 59 username = "folo"; 60 60 fullName = "Filip Hoffmann"; 61 61 email = "folosp@protonmail.com"; 62 - groups = ["networkmanager" "wheel"]; 62 + groups = ["networkmanager" "wheel" "wireshark"]; 63 63 browser = "firefox"; # one of firefox, none 64 64 terminal = "kitty"; # one of alacritty, kitty, ghostty, none 65 65 };