Misc updates

Installed some more utils system-wide and enable emulated builds for
armv6l-linux.
This commit is contained in:
Alejandro Angulo 2023-02-13 18:04:19 -08:00
parent 46918faa66
commit 6800b78125
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -13,7 +13,7 @@
./vpn.nix ./vpn.nix
]; ];
boot.binfmt.emulatedSystems = ["aarch64-linux"]; boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
hardware.opengl = { hardware.opengl = {
enable = true; enable = true;
@ -122,6 +122,8 @@
xfce.thunar xfce.thunar
prusa-slicer prusa-slicer
esptool esptool
minicom
file
]; ];
# Some programs need SUID wrappers, can be configured further or are # Some programs need SUID wrappers, can be configured further or are