diff --git a/system/modules/hyprland.nix b/system/modules/hyprland.nix index 72c1f48..ade5bc4 100644 --- a/system/modules/hyprland.nix +++ b/system/modules/hyprland.nix @@ -93,6 +93,8 @@ in }; }; + boot.kernelParams = [ "console=tty1" ]; + services.displayManager.sddm = lib.mkIf (cfg.displayManager == "sddm") { enable = true; wayland.enable = true;