Changed: Stuff

This commit is contained in:
2025-04-07 23:15:28 +02:00
parent bb19cc1377
commit f1c81547c4
3 changed files with 5 additions and 4 deletions

7
modules/appimage.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
programs.appimage = {
enable = true;
binfmt = true;
};
}