mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 07:36:09 -05:00
SSH fix
This commit is contained in:
parent
409c1576b7
commit
e8351e69e9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export PATH=$PATH:~/.nix-profile/bin
|
|||
# Honor per-interactive-shell startup file
|
||||
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
||||
|
||||
if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||
if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
||||
exec Hyprland
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue