mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
fish: Remove exec hyprland
Not needed since greetd handles autologin.
This commit is contained in:
parent
4fdfb6b94b
commit
6e61915182
@ -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
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user