From a18f69573b7d87f195f121a4528713dad7d50f2e Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 14 Oct 2022 15:47:56 -0400 Subject: [PATCH] remove arm from boot.binfmt.emulatedSystems --- modules/profiles/desktop.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index d132337..f059ccb 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -122,7 +122,6 @@ with lib; { key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; } ]; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.loader.timeout = 1; }; }