GrantCuster / nix-simple

Simple nix home-manager setup for tmux + neovim + other cli tools I use a lot.
1 stars 0 forks source link

raspberry pi ubuntu tty autologin #5

Open GrantCuster opened 2 months ago

GrantCuster commented 2 months ago

not really for this setup but related

good guide https://ostechnix.com/ubuntu-automatic-login/

setting conf just for tty1 as shown worked for me

GrantCuster commented 2 months ago

to auto start tmux add

if [ -z "$TMUX" ]; then
    tmux attach-session -t mux || tmux new-session -s mux
fi