conky: sandbox with firejail

This commit is contained in:
Colin 2024-01-22 09:31:00 +00:00
parent 2d338201a5
commit ed7ec4a371

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
sane.programs.conky = {
sandbox.method = "firejail";
fs.".config/conky/conky.conf".symlink.target =
let
battery_estimate = pkgs.static-nix-shell.mkBash {