hyprland: add console=tty1 to kernel params
This commit is contained in:
parent
83dfab90ec
commit
387ba54876
|
@ -93,6 +93,8 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "console=tty1" ];
|
||||
|
||||
services.displayManager.sddm = lib.mkIf (cfg.displayManager == "sddm") {
|
||||
enable = true;
|
||||
wayland.enable = true;
|
||||
|
|
Loading…
Reference in a new issue