mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +01:00
3c18113bd7
Allow passing arguments to the MPD command line. Currently the only interesting one is `--verbose`.
13 lines
505 B
Desktop File
13 lines
505 B
Desktop File
[Install]
|
|
WantedBy=default.target
|
|
|
|
[Service]
|
|
Environment=PATH=/home/hm-user/.nix-profile/bin
|
|
ExecStart=@mpd@/bin/mpd --no-daemon /nix/store/00000000000000000000000000000000-mpd.conf '--verbose'
|
|
ExecStartPre=/nix/store/00000000000000000000000000000000-bash/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
|
|
Type=notify
|
|
|
|
[Unit]
|
|
After=network.target
|
|
After=sound.target
|
|
Description=Music Player Daemon
|