remove some compat tools

This commit is contained in:
jopejoe1 2025-04-04 20:07:52 +02:00
parent 1a30cfc2ca
commit a0ccf9584d

View file

@ -30,20 +30,6 @@
};
};
programs.nix-ld = {
enable = true;
libraries = with pkgs; [
libcxx
SDL
openal
libcaca
xorg.libXext
xorg.libX11
libpulseaudio
alsa-lib
];
};
jopejoe1 = {
audio = {
enable = true;
@ -127,12 +113,6 @@
allowedUDPPorts = [ 8080 ];
};
boot.binfmt.emulatedSystems = [
"riscv64-linux"
"aarch64-linux"
"armv6l-linux"
];
boot.initrd.systemd.enable = true;
programs.captive-browser = {
enable = true;