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 INPUTRC="$HOME/.config/nix/config/bash/inputrc"
|
||||||
export THEME="midnight"
|
export THEME="midnight"
|
||||||
'';
|
'';
|
||||||
loginShellInit = ''
|
# loginShellInit = ''
|
||||||
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
# if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
||||||
exec start-hyprland
|
# exec start-hyprland
|
||||||
fi
|
# fi
|
||||||
'';
|
# '';
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
[ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc"
|
[ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc"
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue