Use bandwhich module so the capabilities are set

This enables normal users to run bandwhich without sudo
This commit is contained in:
Erwin Boskma 2023-01-06 00:15:20 +01:00
parent c12d89174b
commit c7fd035fdb
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU
2 changed files with 3 additions and 2 deletions

View file

@ -115,7 +115,6 @@ in
home.packages = with pkgs;
[
atool
bandwhich
bitwarden
blink1-tool
bottom
@ -237,6 +236,7 @@ in
};
programs.steam.enable = true;
programs.bandwhich.enable = true;
programs.wireshark = {
enable = true;

View file

@ -86,7 +86,6 @@ in
home.packages = with pkgs; [
appimage-run
atool
bandwhich
bitwarden
blink1-tool
bottom
@ -215,6 +214,8 @@ in
};
};
programs.bandwhich.enable = true;
programs.wireshark = {
enable = true;
package = pkgs.wireshark;