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