From c7fd035fdbcc475bbd22ca0981d35141d52c562c Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Fri, 6 Jan 2023 00:15:20 +0100 Subject: [PATCH] Use bandwhich module so the capabilities are set This enables normal users to run bandwhich without sudo --- users/erwin/home.nix | 2 +- users/erwin/work.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/users/erwin/home.nix b/users/erwin/home.nix index a3ac019..91c66c6 100644 --- a/users/erwin/home.nix +++ b/users/erwin/home.nix @@ -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; diff --git a/users/erwin/work.nix b/users/erwin/work.nix index 44b29c3..d17270a 100644 --- a/users/erwin/work.nix +++ b/users/erwin/work.nix @@ -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;