fixed config

This commit is contained in:
randogoth 2026-02-17 07:53:25 +02:00
parent 0014de7d62
commit 4c6a0d4b28

View file

@ -24,7 +24,7 @@
]; ];
# AppImage support # AppImage support
programs.appimage = { config.programs.appimage = {
enable = true; enable = true;
binfmt = true; binfmt = true;
}; };