This commit is contained in:
Paul-Henri Froidmont 2022-09-15 22:01:56 +02:00
parent 8bc16ddf9c
commit d5dbab8d5b
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 23 additions and 2 deletions

View file

@ -87,5 +87,5 @@
# Required for custom GTK themes
services.dbus.packages = with pkgs; [ dconf ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ];
}