diff options
Diffstat (limited to 'hosts/sparrow')
-rw-r--r-- | hosts/sparrow/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/sparrow/default.nix b/hosts/sparrow/default.nix index 824f5df..c7b175f 100644 --- a/hosts/sparrow/default.nix +++ b/hosts/sparrow/default.nix @@ -26,7 +26,10 @@ systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; - binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ]; + binfmt.emulatedSystems = [ + "aarch64-linux" + "riscv64-linux" + ]; }; # Since I don't always carry my split keyboard, remap CAPS to left CTRL. |