Thor: switch to SDDM
This commit is contained in:
parent
55e6781183
commit
0a769a2123
1 changed files with 6 additions and 6 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue