Move shell to fish

This commit is contained in:
Natsu Kagami 2023-03-25 11:40:36 +01:00
parent 1c20f77772
commit cea4219bff
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 20 additions and 9 deletions

View file

@ -89,12 +89,6 @@
# keyMap = "us";
# };
# Enable sway on login.
environment.loginShellInit = ''
if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
exec sway
fi
'';
# Configure keymap in X11
# services.xserver.layout = "jp";
# services.xserver.xkbOptions = "";