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; }; }