add binfmt emulation
This commit is contained in:
parent
d87b0b45cd
commit
69b7fb4cec
2 changed files with 10 additions and 0 deletions
|
|
@ -8,6 +8,11 @@
|
|||
{
|
||||
networking.hostName = "alien";
|
||||
|
||||
boot.binfmt.emulatedSystems = [
|
||||
"aarch64-linux"
|
||||
"riscv64-linux"
|
||||
];
|
||||
|
||||
catppuccin.accent = "blue";
|
||||
|
||||
home-manager.users.sckova = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue