remove app image

This commit is contained in:
joy 2024-10-14 17:54:56 +02:00
parent 839fef9a31
commit 4542caafc5

View file

@ -1,10 +0,0 @@
{pkgs, ...}: {
boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false;
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
recognitionType = "magic";
offset = 0;
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
magicOrExtension = ''\x7fELF....AI\x02'';
};
}