refactor: nixpak apps

This commit is contained in:
Ryan Yin
2025-06-19 00:13:49 +08:00
parent 20194262f2
commit 9849923180
4 changed files with 10 additions and 20 deletions
+6
View File
@@ -72,6 +72,8 @@ in {
"/etc/static/egl"
];
bind.dev = [
"/dev/shm" # Shared Memory
# seems required when using nvidia as primary gpu
"/dev/nvidia0"
"/dev/nvidiactl"
@@ -79,6 +81,10 @@ in {
"/dev/nvidia-uvm"
];
tmpfs = [
"/tmp"
];
env = {
XDG_DATA_DIRS = lib.mkForce (lib.makeSearchPath "share" [
iconTheme