mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-12 08:09:10 +02:00
Start hyprland on tty1 login
This commit is contained in:
@ -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
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user