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;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
atool
|
atool
|
||||||
bandwhich
|
|
||||||
bitwarden
|
bitwarden
|
||||||
blink1-tool
|
blink1-tool
|
||||||
bottom
|
bottom
|
||||||
|
@ -237,6 +236,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
programs.bandwhich.enable = true;
|
||||||
|
|
||||||
programs.wireshark = {
|
programs.wireshark = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -86,7 +86,6 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
appimage-run
|
appimage-run
|
||||||
atool
|
atool
|
||||||
bandwhich
|
|
||||||
bitwarden
|
bitwarden
|
||||||
blink1-tool
|
blink1-tool
|
||||||
bottom
|
bottom
|
||||||
|
@ -215,6 +214,8 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.bandwhich.enable = true;
|
||||||
|
|
||||||
programs.wireshark = {
|
programs.wireshark = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.wireshark;
|
package = pkgs.wireshark;
|
||||||
|
|
Loading…
Reference in a new issue