temperance/configuration.nix: enable greetd
This commit is contained in:
parent
4773f4abef
commit
c394cb70f6
1 changed files with 2 additions and 0 deletions
|
@ -80,11 +80,13 @@ in {
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
locate.enable = true;
|
locate.enable = true;
|
||||||
|
|
||||||
media.mpd = {
|
media.mpd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music";
|
musicDirectory = "/home/${config.modules.other.system.username}/cloud/media/Music";
|
||||||
};
|
};
|
||||||
uwsm.enable = true;
|
uwsm.enable = true;
|
||||||
|
greetd.enable = true;
|
||||||
};
|
};
|
||||||
other = {
|
other = {
|
||||||
system = {
|
system = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue