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
@@ -57,12 +57,6 @@ mkNixPak {
wayland = true;
pipewire = true;
};
bind.dev = [
"/dev/shm" # Shared Memory
];
tmpfs = [
"/tmp"
];
};
};
}