fixed syntax error in displaymanager.nix
This commit is contained in:
parent
f84a1cb551
commit
9732d0d321
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