add binfmt emulation

This commit is contained in:
Sean Kovacs 2025-11-18 16:53:32 -05:00
commit 69b7fb4cec
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 10 additions and 0 deletions

View file

@ -8,6 +8,11 @@
{
networking.hostName = "alien";
boot.binfmt.emulatedSystems = [
"aarch64-linux"
"riscv64-linux"
];
catppuccin.accent = "blue";
home-manager.users.sckova = {