remove old nb host, switch to sddm
This commit is contained in:
parent
a20751002e
commit
5f11d8d5e5
40 changed files with 132 additions and 3267 deletions
|
|
@ -90,17 +90,6 @@ in {
|
|||
127.0.0.1 test.cloonar.com
|
||||
'';
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
displayManager.gdm.enable = true;
|
||||
displayManager.gdm.wayland = true;
|
||||
# displayManager.sddm.enable = true;
|
||||
displayManager.sessionPackages = [ pkgs.sway ];
|
||||
displayManager.defaultSession = "sway";
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Vienna";
|
||||
console.keyMap = "de";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue