mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +00:00
~
This commit is contained in:
parent
a3b4ef0b30
commit
f014608281
3 changed files with 16 additions and 2 deletions
|
@ -57,9 +57,19 @@
|
|||
alsa.enable = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
# TODO
|
||||
# Music directory is host-dependent
|
||||
#? Using ALSA when we're using pipewire??? <https://nixos.wiki/wiki/MPD#PipeWire>
|
||||
mpd = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
audio_output {
|
||||
type "alsa"
|
||||
name "alsa"
|
||||
mixer_type "hardware"
|
||||
mixer_device "default"
|
||||
mixer_control "PCM"
|
||||
}
|
||||
'';
|
||||
};
|
||||
# CUPS printing
|
||||
printing.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue