Misc updates
Installed some more utils system-wide and enable emulated builds for armv6l-linux.
This commit is contained in:
parent
46918faa66
commit
6800b78125
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue