mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
Start hyprland on tty1 login
This commit is contained in:
parent
bcaaea97d2
commit
43cb50c2ce
@ -51,11 +51,11 @@
|
|||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
end
|
end
|
||||||
|
|
||||||
# if status is-login
|
if status is-login
|
||||||
# if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
||||||
# exec Hyprland
|
exec Hyprland
|
||||||
# end
|
end
|
||||||
# end
|
end
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user