dont autostart on shell init

This commit is contained in:
Barrett Ruth 2026-02-22 11:42:20 -05:00
parent f1e7d8fe7f
commit 5fdfeb0b23
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -98,11 +98,11 @@ in
export INPUTRC="$HOME/.config/nix/config/bash/inputrc"
export THEME="midnight"
'';
loginShellInit = ''
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec start-hyprland
fi
'';
# loginShellInit = ''
# if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
# exec start-hyprland
# fi
# '';
interactiveShellInit = ''
[ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc"
'';