sandboxing

This commit is contained in:
root 2026-07-18 11:45:31 -03:00
parent 5f70e8be94
commit 0f1a81c2aa
No known key found for this signature in database
13 changed files with 230 additions and 90 deletions

View file

@ -47,6 +47,7 @@
htmx-lsp2
imagemagick
inkscape
# input-remapper
pavucontrol
pciutils
poppler
@ -54,16 +55,7 @@
jq
kitty
lazygit
(pkgs.writeShellScriptBin "lf" ''
cd_file="/tmp/lf-lastdir"
${pkgs.lf}/bin/lf "$@"
if [ -f "$cd_file" ]; then
cd "$(cat "$cd_file")"
rm "$cd_file"
fi
'')
lf
libreoffice
libvirt
linux-firmware
@ -113,6 +105,7 @@
thunderbird
tor-browser
unzip
usbutils
virt-manager
virt-viewer
vscode-langservers-extracted
@ -195,6 +188,7 @@
"glm-5.1"
];
};
# services.input-remapper.enable = true;
# services.open-webui = {
# enable = true;
# port = 11347;