I3: Difference between revisions
imported>Srid mNo edit summary |
imported>Ammkrn Building on 20.03 with the previous code produces an error about "displayManager.defaultSession not being of type session type". I took this code from the PR about introductin defaultSession, and it works on a fresh install of 20.03 |
||
| Line 15: | Line 15: | ||
desktopManager = { | desktopManager = { | ||
xterm.enable = false; | xterm.enable = false; | ||
}; | |||
displayManager = { | |||
defaultSession = "none+i3"; | |||
}; | }; | ||