mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +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 = {
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue