conky: sandbox with bwrap instead of firejail

This commit is contained in:
Colin 2024-01-23 12:11:22 +00:00
parent 973203d85e
commit 84c78d9256

View File

@ -2,7 +2,7 @@
{
sane.programs.conky = {
# TODO: non-sandboxed `conky` still ships via `sxmo-utils`, but unused
sandbox.method = "firejail";
sandbox.method = "bwrap";
fs.".config/conky/conky.conf".symlink.target =
let
battery_estimate = pkgs.static-nix-shell.mkBash {