Thor: switch to SDDM

This commit is contained in:
Filippo Berto 2024-06-02 11:09:44 +02:00
parent 55e6781183
commit 0a769a2123
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -185,12 +185,12 @@
# plasma5 = { enable = true; runUsingSystemd = true; useQtScaling = true; };
};
# windowManager.bspwm = { enable = true; };
displayManager.gdm = { enable = true; };
# displayManager.sddm = {
# enable = true;
# theme =
# "${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
# };
# displayManager.gdm = { enable = true; };
displayManager.sddm = {
enable = true;
theme =
"${pkgs.sddm-theme-clairvoyance}/usr/share/sddm/themes/clairvoyance";
};
videoDrivers = [ "nvidia" ];
xkb = {