mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
remove some compat tools
This commit is contained in:
parent
1a30cfc2ca
commit
a0ccf9584d
1 changed files with 0 additions and 20 deletions
|
@ -30,20 +30,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.nix-ld = {
|
|
||||||
enable = true;
|
|
||||||
libraries = with pkgs; [
|
|
||||||
libcxx
|
|
||||||
SDL
|
|
||||||
openal
|
|
||||||
libcaca
|
|
||||||
xorg.libXext
|
|
||||||
xorg.libX11
|
|
||||||
libpulseaudio
|
|
||||||
alsa-lib
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
jopejoe1 = {
|
jopejoe1 = {
|
||||||
audio = {
|
audio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -127,12 +113,6 @@
|
||||||
allowedUDPPorts = [ 8080 ];
|
allowedUDPPorts = [ 8080 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = [
|
|
||||||
"riscv64-linux"
|
|
||||||
"aarch64-linux"
|
|
||||||
"armv6l-linux"
|
|
||||||
];
|
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
programs.captive-browser = {
|
programs.captive-browser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue