Use bandwhich module so the capabilities are set
This enables normal users to run bandwhich without sudo
This commit is contained in:
parent
c12d89174b
commit
c7fd035fdb
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue