mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 01:50: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")
|
||||
];
|
||||
|
||||
|
||||
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 = ''
|
||||
|
|
Loading…
Reference in a new issue