1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-31 05:11:58 -05:00
parent 90b6fda593
commit 59d3fb5538
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
5 changed files with 16 additions and 17 deletions

View file

@ -57,18 +57,6 @@
alsa.enable = true;
pulse.enable = true;
};
# Music directory is host-dependent
#? Using ALSA when we're using pipewire??? <https://nixos.wiki/wiki/MPD#PipeWire>
mpd = {
enable = true;
#? user = "rae";
extraConfig = ''
audio_output {
type "pipewire"
name "main"
}
'';
};
# CUPS printing
printing.enable = true;
# misc
@ -104,10 +92,11 @@
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
'';
};
#?rm
# https://github.com/NixOS/nixpkgs/issues/102547#issuecomment-1016671189
mpd.environment = {
XDG_RUNTIME_DIR = "/run/user/1000";
};
# mpd.environment = {
# XDG_RUNTIME_DIR = "/run/user/1000";
# };
};
xdg.portal = {