fish: Remove exec hyprland

Not needed since greetd handles autologin.
This commit is contained in:
Donovan Glover 2023-06-13 21:16:58 -04:00
parent 4fdfb6b94b
commit 6e61915182
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -137,12 +137,6 @@ let VARIABLES = import ../../src/variables.nix; in {
if string match -qe -- "/dev/pts/" (tty)
alias ssh="kitty +kitten ssh"
end
if status is-login
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec Hyprland
end
end
'';
}
];