auto set username

This commit is contained in:
Daylin Morgan 2024-08-13 10:34:23 -05:00
parent 17045e81b2
commit 6fb8365c03
Signed by: daylin
GPG key ID: 950D13E9719334AD
2 changed files with 7 additions and 6 deletions

View file

@ -62,11 +62,12 @@ mkOizysModule config "hyprland" {
]; ];
# 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" ]; services.getty = {
# loginOptions = "-p -- ${config.oizys.user}"; extraArgs = [ "--skip-login" ];
# }; loginOptions = "-p -- ${config.oizys.user}";
# };
# environment.etc = # environment.etc =
# let # let
# activate-snippet = '' # activate-snippet = ''