fixed syntax error in displaymanager.nix
This commit is contained in:
parent
3234ff7579
commit
b3c9e6c7ba
1 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,6 @@ in {
|
||||||
services.xserver.displayManager = {
|
services.xserver.displayManager = {
|
||||||
gdm.enable = true;
|
gdm.enable = true;
|
||||||
defaultSession = "none+i3";
|
defaultSession = "none+i3";
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue