mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:16:50 +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;
|
||||
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [
|
||||
libcxx
|
||||
SDL
|
||||
openal
|
||||
libcaca
|
||||
xorg.libXext
|
||||
xorg.libX11
|
||||
libpulseaudio
|
||||
alsa-lib
|
||||
];
|
||||
};
|
||||
|
||||
jopejoe1 = {
|
||||
audio = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue