sandboxing
This commit is contained in:
parent
5f70e8be94
commit
0f1a81c2aa
13 changed files with 230 additions and 90 deletions
14
packages.nix
14
packages.nix
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue