mirror of
https://github.com/flynx/nixos.git
synced 2025-10-28 10:40:08 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ee44844da8
commit
ca51cf577f
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user