Working on thor
This commit is contained in:
parent
98eb9954ae
commit
7eee9cd4d1
3 changed files with 25 additions and 6 deletions
|
|
@ -194,12 +194,12 @@ with lib; {
|
|||
# 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" ];
|
||||
layout = "us,it";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue