Set default session on hypnos
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m24s
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m24s
This commit is contained in:
parent
696418b486
commit
5b1e5c7927
@ -15,11 +15,16 @@
|
|||||||
networking.hostId = "cf791898";
|
networking.hostId = "cf791898";
|
||||||
|
|
||||||
# nvidia 470 driver doesn't work with Wayland
|
# nvidia 470 driver doesn't work with Wayland
|
||||||
services.xserver = {
|
services = {
|
||||||
displayManager.gdm.wayland = lib.mkForce false;
|
xserver = {
|
||||||
videoDrivers = [ "nvidia" ];
|
displayManager.gdm.wayland = lib.mkForce false;
|
||||||
|
videoDrivers = [ "nvidia" ];
|
||||||
|
};
|
||||||
|
displayManager = {
|
||||||
|
defaultSession = "plasmax11";
|
||||||
|
sddm.wayland.enable = lib.mkForce false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
services.displayManager.sddm.wayland.enable = lib.mkForce false;
|
|
||||||
|
|
||||||
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
|
# Workaround for label rendering bug in GTK4 with nvidia 470 driver
|
||||||
environment.sessionVariables.GSK_RENDERER = "gl";
|
environment.sessionVariables.GSK_RENDERER = "gl";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user