env/firejail: add qutebrowser.local profile

This commit is contained in:
Asmir A 2024-10-15 04:20:40 +02:00
parent 90f939e056
commit bb6f0ab772
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -177,6 +177,11 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [nix-xilinx.overlay nvim.overlays.${system}.overlay];
environment = {
etc = {
"firejail/qutebrowser.local".text = ''
whitelist ''${RUNUSER}/qutebrowser
'';
};
extraInit = ''
unset -v SSH_ASKPASS
'';