about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-20 18:49:21 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 08:43:34 -0800
commite16fa73c8ad18e822124f02945298c22af8caaf8 (patch)
tree4b93636eb465221c3754b3e75093e89ea51827d6
parenthosts: add aptos (diff)
downloadworld-e16fa73c8ad18e822124f02945298c22af8caaf8.tar.gz
mpd: fix path to ncmpcpp configuration
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/media/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/desktop/media/mpd.nix b/users/fcuny/desktop/media/mpd.nix
index b46b232..a779158 100644
--- a/users/fcuny/desktop/media/mpd.nix
+++ b/users/fcuny/desktop/media/mpd.nix
@@ -6,7 +6,7 @@
     pkgs.ncmpcpp
   ];
 
-  xdg.configFile."ncmpcpp/config".source = ../configs/ncmpcpp/config;
+  xdg.configFile."ncmpcpp/config".source = ../../configs/ncmpcpp/config;
 
   services.mpd = {
     enable = true;