mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-30 06:20:38 +02:00
ncmpcpp: Update music directory
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
services.mpd = {
|
services.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
musicDirectory = "/home/user/Music";
|
musicDirectory = "/home/user/音楽";
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
@ -18,7 +18,7 @@
|
|||||||
text = /* bash */ ''
|
text = /* bash */ ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
music_dir="$HOME/Music"
|
music_dir="$HOME/音楽"
|
||||||
fallback_image="$HOME/a.jpg"
|
fallback_image="$HOME/a.jpg"
|
||||||
|
|
||||||
main () {
|
main () {
|
||||||
|
Reference in New Issue
Block a user