mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-06 04:50:13 +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)
|
if string match -qe -- "/dev/pts/" (tty)
|
||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
end
|
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