summaryrefslogtreecommitdiffstats
path: root/modules/desktop/apps
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2026-08-29 10:55:27 -0400
committerJon Santmyer <jon@jonsantmyer.com>2026-08-29 10:55:27 -0400
commitf30eee6403bd5efdc0801c2190f74d55d678b8cf (patch)
treeab00be41f0fd31f303160e7e34efb82160f215c1 /modules/desktop/apps
parent232c3bc6ca183dadb380fb80e9db25ae72565cf8 (diff)
downloadnix-config-f30eee6403bd5efdc0801c2190f74d55d678b8cf.tar.gz
nix-config-f30eee6403bd5efdc0801c2190f74d55d678b8cf.tar.bz2
nix-config-f30eee6403bd5efdc0801c2190f74d55d678b8cf.zip
fix most warningsHEADmaster
Diffstat (limited to 'modules/desktop/apps')
-rw-r--r--modules/desktop/apps/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/apps/mpd.nix b/modules/desktop/apps/mpd.nix
index f6f9ff3..34f5b03 100644
--- a/modules/desktop/apps/mpd.nix
+++ b/modules/desktop/apps/mpd.nix
@@ -22,8 +22,8 @@ in
services.mpd = {
enable = true;
- musicDirectory = "/home/jon/mus";
settings = {
+ music_directory = "/home/jon/mus";
audio_output = [
{
type = "pipewire";