This commit is contained in:
Asaki Yuki 2026-04-13 22:47:29 +07:00
parent 1d97959a14
commit 8b2e1e2029
8 changed files with 24 additions and 9 deletions

View file

@ -1,6 +1,11 @@
{ ... }:
{
programs = {
ffmpeg.enable = true;
nodejs.enable = true;
bun.enable = true;
ntfs3g.enable = true;
python.enable = true;
jdk.enable = true;
};
}