1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

feat(zaatar): no need for ncmpcpp when using mpd-fm

This commit is contained in:
2021-01-26 23:04:22 +01:00
parent f171284b71
commit 7c1ca72a29

View File

@@ -38,7 +38,7 @@
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
path = [ pkgs.alacritty.terminfo ]; path = [ pkgs.alacritty.terminfo ];
script = '' script = ''
${pkgs.tmux}/bin/tmux -2 new-session -d -s turntables ${pkgs.alsaUtils}/bin/alsamixer \; new-window ${pkgs.ncmpcpp}/bin/ncmpcpp \; new-window ${pkgs.tmux}/bin/tmux -2 new-session -d -s turntables ${pkgs.alsaUtils}/bin/alsamixer \; new-window
''; '';
preStop = "${pkgs.tmux}/bin/tmux kill-session -t turntables"; preStop = "${pkgs.tmux}/bin/tmux kill-session -t turntables";
serviceConfig = { serviceConfig = {