Working on thor

This commit is contained in:
Filippo Berto 2023-11-12 20:54:48 +01:00
parent 98eb9954ae
commit 7eee9cd4d1
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 25 additions and 6 deletions

View file

@ -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";