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 = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
xkb.layout = "us";
|
displayManager.gdm = {
|
||||||
displayManager.lightdm = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
greeters.gtk = {
|
wayland = false;
|
||||||
extraConfig = ''
|
|
||||||
a11y-states = +reader
|
|
||||||
reader = orca
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
xkb.layout = "us";
|
||||||
|
# displayManager.lightdm = {
|
||||||
|
# enable = true;
|
||||||
|
# greeters.gtk = {
|
||||||
|
# extraConfig = ''
|
||||||
|
# a11y-states = +reader
|
||||||
|
# reader = orca
|
||||||
|
# '';
|
||||||
|
# };
|
||||||
|
# };
|
||||||
excludePackages = [ pkgs.xterm ];
|
excludePackages = [ pkgs.xterm ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.lightdm.extraGroups = [
|
# users.users.lightdm.extraGroups = [
|
||||||
"pipewire"
|
# "pipewire"
|
||||||
"pulse-access"
|
# "pulse-access"
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue