mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add back default login
This commit is contained in:
parent
4e9951b3ad
commit
c05d695225
1 changed files with 6 additions and 6 deletions
|
@ -61,14 +61,14 @@ mkOizysModule config "hyprland" {
|
||||||
# (overlayFrom "hyprland")
|
# (overlayFrom "hyprland")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
services.getty = {
|
||||||
|
extraArgs = [ "--skip-login" ];
|
||||||
|
loginOptions = "-p -- ${config.oizys.user}";
|
||||||
|
};
|
||||||
|
|
||||||
# using the below to autostart Hyprland
|
# using the below to autostart Hyprland
|
||||||
# broke my keybindings that were working before
|
# broke my keybindings that were working before
|
||||||
#
|
|
||||||
# services.getty = {
|
|
||||||
# extraArgs = [ "--skip-login" ];
|
|
||||||
# loginOptions = "-p -- ${config.oizys.user}";
|
|
||||||
# };
|
|
||||||
|
|
||||||
# environment.etc =
|
# environment.etc =
|
||||||
# let
|
# let
|
||||||
# activate-snippet = ''
|
# activate-snippet = ''
|
||||||
|
|
Loading…
Reference in a new issue