mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
ncmpcpp: Update music directory
This commit is contained in:
parent
e1c14f0cb4
commit
8274a57b15
@ -5,7 +5,7 @@
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/user/Music";
|
||||
musicDirectory = "/home/user/音楽";
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
@ -18,7 +18,7 @@
|
||||
text = /* bash */ ''
|
||||
#!/usr/bin/env bash
|
||||
|
||||
music_dir="$HOME/Music"
|
||||
music_dir="$HOME/音楽"
|
||||
fallback_image="$HOME/a.jpg"
|
||||
|
||||
main () {
|
||||
|
Loading…
Reference in New Issue
Block a user