diff --git a/nixos/modules/programs/appimage.nix b/nixos/modules/programs/appimage.nix index f5c16b349f6f..c0379557c97a 100644 --- a/nixos/modules/programs/appimage.nix +++ b/nixos/modules/programs/appimage.nix @@ -23,7 +23,7 @@ in }; config = lib.mkIf cfg.enable { - boot.binfmt.registrations.appimage = lib.mkIf cfg.binfmt ( + boot.binfmt.registrations = lib.mkIf cfg.binfmt ( let appimage_common = { wrapInterpreterInShell = false;