From 5cae12f76f0b019095c7952aefd124154f8d5a0c Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Tue, 18 Nov 2025 16:53:32 -0500 Subject: [PATCH] add binfmt emulation --- system/hosts/alien/default.nix | 5 +++++ system/hosts/peach/default.nix | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/system/hosts/alien/default.nix b/system/hosts/alien/default.nix index 6080b28..3254649 100644 --- a/system/hosts/alien/default.nix +++ b/system/hosts/alien/default.nix @@ -8,6 +8,11 @@ { networking.hostName = "alien"; + boot.binfmt.emulatedSystems = [ + "aarch64-linux" + "riscv64-linux" + ]; + catppuccin.accent = "blue"; home-manager.users.sckova = { diff --git a/system/hosts/peach/default.nix b/system/hosts/peach/default.nix index 069c05e..806d871 100644 --- a/system/hosts/peach/default.nix +++ b/system/hosts/peach/default.nix @@ -8,6 +8,11 @@ { networking.hostName = "peach"; + boot.binfmt.emulatedSystems = [ + "x86_64-linux" + "riscv64-linux" + ]; + catppuccin.accent = "peach"; home-manager.users.sckova = {