hyprland: add console=tty1 to kernel params

This commit is contained in:
Tigor Hutasuhut 2024-10-22 14:25:18 +07:00
parent 83dfab90ec
commit 387ba54876

View file

@ -93,6 +93,8 @@ in
};
};
boot.kernelParams = [ "console=tty1" ];
services.displayManager.sddm = lib.mkIf (cfg.displayManager == "sddm") {
enable = true;
wayland.enable = true;