dont autostart on shell init
This commit is contained in:
parent
f1e7d8fe7f
commit
5fdfeb0b23
1 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue