Add appimage.

Fix appimage.
This commit is contained in:
jay
2025-07-31 22:07:50 -04:00
parent 2131144535
commit 7b66d5a4b5
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
./services/displaymanager.nix ./services/displaymanager.nix
./services/nix-flatpak.nix ./services/nix-flatpak.nix
./services/sound.nix ./services/sound.nix
./system/appimage.nix
./system/bluetooth.nix ./system/bluetooth.nix
./system/bootloader.nix ./system/bootloader.nix
./system/environment.nix ./system/environment.nix

View File

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