ma hw: add comments for audio,opengl
This commit is contained in:
parent
0a3528898a
commit
dbb6df038c
|
@ -23,5 +23,11 @@ with import <stockholm/lib>;
|
|||
hardware.pulseaudio.extraConfig = ''
|
||||
load-module module-alsa-sink device=hw:0,3 sink_properties=device.description="HDMIOutput" sink_name="HDMI"
|
||||
'';
|
||||
# load graphical equalizer module
|
||||
# load-module module-equalizer-sink
|
||||
|
||||
# combine multiple sinks to one:
|
||||
# list all sinks: pactl list short sinks
|
||||
# pacmd load-module module-combine-sink sink_name=combined sink_properties=device.description=CombinedSink slaves=sink1,sink2 channels=2
|
||||
|
||||
}
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
"kvm-intel"
|
||||
];
|
||||
|
||||
# hardware.opengl.extraPackages = [ pkgs.intel-media-driver ];
|
||||
|
||||
networking.wireless.enable = lib.mkDefault true;
|
||||
|
||||
hardware.enableAllFirmware = true;
|
||||
|
|
Loading…
Reference in a new issue