upd
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{ lib, pkgs, system, ... }:
|
||||
let
|
||||
isArm = "aarch64-linux" == system;
|
||||
in
|
||||
{
|
||||
boot = {
|
||||
# Enable AppImage
|
||||
binfmt.registrations.appimage = {
|
||||
binfmt.registrations.appimage = lib.mkIf (!isArm) {
|
||||
wrapInterpreterInShell = lib.mkDefault false;
|
||||
interpreter = "${lib.getExe pkgs.appimage-run}/bin/appimage-run";
|
||||
recognitionType = "magic";
|
||||
|
||||
Reference in New Issue
Block a user