diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index fe94b5c..d132337 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -122,8 +122,6 @@ with lib; { key = "ctrl+e"; command = "workbench.action.quickOpen"; when = "!terminalFocus"; } ]; - virtualisation.podman.enable = true; - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.loader.timeout = 1; };