mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
test
This commit is contained in:
parent
4c961a7c3e
commit
05569cdc3c
1 changed files with 14 additions and 0 deletions
|
@ -16,6 +16,20 @@
|
||||||
|
|
||||||
facter.reportPath = ./facter.json;
|
facter.reportPath = ./facter.json;
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
Loading…
Reference in a new issue