programs: enable watch

This commit is contained in:
Colin 2024-06-13 00:59:34 +00:00
parent 11e9ad5eca
commit 3ff9f974a6

View File

@ -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;