diff --git a/modules/desktop/window-managers/hyprland.nix b/modules/desktop/window-managers/hyprland.nix index 4559a9c..8d6b844 100644 --- a/modules/desktop/window-managers/hyprland.nix +++ b/modules/desktop/window-managers/hyprland.nix @@ -61,14 +61,14 @@ mkOizysModule config "hyprland" { # (overlayFrom "hyprland") ]; + + services.getty = { + extraArgs = [ "--skip-login" ]; + loginOptions = "-p -- ${config.oizys.user}"; + }; + # using the below to autostart Hyprland # broke my keybindings that were working before - # - # services.getty = { - # extraArgs = [ "--skip-login" ]; - # loginOptions = "-p -- ${config.oizys.user}"; - # }; - # environment.etc = # let # activate-snippet = ''