mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 10:10:45 -06:00
auto set username
This commit is contained in:
parent
17045e81b2
commit
6fb8365c03
2 changed files with 7 additions and 6 deletions
|
@ -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 = ''
|
||||||
|
|
|
@ -21,7 +21,7 @@ mkOizysModule config "vpn" {
|
||||||
# updateResolvConf = true;
|
# updateResolvConf = true;
|
||||||
# };
|
# };
|
||||||
#
|
#
|
||||||
|
|
||||||
mullvad-chi = {
|
mullvad-chi = {
|
||||||
config = ''
|
config = ''
|
||||||
config /home/daylin/.config/openvpn/mullvad-chi/mullvad_us_chi.conf
|
config /home/daylin/.config/openvpn/mullvad-chi/mullvad_us_chi.conf
|
||||||
|
|
Loading…
Reference in a new issue