Changed: Stuff

This commit is contained in:
2025-04-07 23:13:13 +02:00
parent 521120022a
commit bb19cc1377
8 changed files with 193 additions and 35 deletions

View File

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