diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 97c3de6..32f5ea3 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -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" '';