Disable LightDM, switch to the regular GTK greeter, and disable Wayland for now.
This commit is contained in:
parent
9035ebe6bc
commit
021c26b82c
1 changed files with 16 additions and 12 deletions
|
@ -13,22 +13,26 @@
|
|||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
xkb.layout = "us";
|
||||
displayManager.lightdm = {
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
greeters.gtk = {
|
||||
extraConfig = ''
|
||||
a11y-states = +reader
|
||||
reader = orca
|
||||
'';
|
||||
};
|
||||
wayland = false;
|
||||
};
|
||||
xkb.layout = "us";
|
||||
# displayManager.lightdm = {
|
||||
# enable = true;
|
||||
# greeters.gtk = {
|
||||
# extraConfig = ''
|
||||
# a11y-states = +reader
|
||||
# reader = orca
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
};
|
||||
};
|
||||
|
||||
users.users.lightdm.extraGroups = [
|
||||
"pipewire"
|
||||
"pulse-access"
|
||||
];
|
||||
# users.users.lightdm.extraGroups = [
|
||||
# "pipewire"
|
||||
# "pulse-access"
|
||||
# ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue