From 3ff9f974a668362239e53a223283947dcafed924 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 13 Jun 2024 00:59:34 +0000 Subject: [PATCH] programs: enable `watch` --- hosts/common/programs/assorted.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 3c131160..627e590e 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -97,6 +97,7 @@ in "usbutils" # lsusb "util-linux" # lsblk, lscpu, etc "valgrind" + "watch" "wget" "wirelesstools" # iwlist # "xq" # jq for XML @@ -1120,6 +1121,8 @@ in "tmp" ]; + watch.sandbox.enable = false; #< it executes the command it's given + wdisplays.sandbox.method = "bwrap"; wdisplays.sandbox.whitelistWayland = true;