tweaks...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-08-06 15:23:38 +03:00
parent ee44844da8
commit ca51cf577f

View File

@ -207,13 +207,13 @@
enable = true; enable = true;
# XXX # XXX
musicDirectory = "/home/f_lynx/Music"; musicDirectory = "/home/f_lynx/Music";
extraConfig = '' #extraConfig = ''
''; #'';
# Allow non-localhost connections # Allow non-localhost connections
#network.listenAddress = "any"; #network.listenAddress = "any";
# Systemd feature: only start MPD service upon connection to its socket # Systemd feature: only start MPD service upon connection to its socket
network.startWhenNeeded = true; #network.startWhenNeeded = true;
}; };
services.colord.enable = true; services.colord.enable = true;
@ -318,8 +318,10 @@
]; ];
}; };
environment.localBinInPath = true; environment.localBinInPath = true;
environment.variables.EDITOR = "vim"; environment.variables.EDITOR = "vim";
#environment.sessionVariables = rec {
# PATH = "~/bin/:$PATH";
#};
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run: