aboutsummaryrefslogtreecommitdiff
path: root/hosts/sparrow/default.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2025-01-16 19:57:13 -0500
committertdback <tyler@tdback.net>2025-01-16 19:57:13 -0500
commit88017f5a874478dd82f306a5df88c38a8d06fcb6 (patch)
tree8806c58c4f21bb6a56d8530df8a93b256d44b4f3 /hosts/sparrow/default.nix
parent01d012473d4311d4f4e5a0831d912bc4b8c61639 (diff)
fix: format flake with `nixfmt-rfc-style`
Diffstat (limited to 'hosts/sparrow/default.nix')
-rw-r--r--hosts/sparrow/default.nix5
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.