working system

This commit is contained in:
Charlie Root 2024-07-15 09:27:55 +02:00
commit d38a412e8f
14 changed files with 76 additions and 18 deletions

View file

@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}: let
cfg = config.modules.services.mpd;
@ -18,6 +19,7 @@ in {
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [mpc-cli];
systemd.services.mpd.environment = {
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/609
XDG_RUNTIME_DIR = "/run/user/1000";