From 5fdfeb0b23f01841f1d52e6311849b47af3d00f1 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 22 Feb 2026 11:42:20 -0500 Subject: [PATCH] dont autostart on shell init --- hosts/xps15/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" '';