From bfccff45101f512fdad3523bd2c04c521f7210b2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 18 Feb 2026 12:19:57 -0500 Subject: [PATCH] re-establish configuration limit --- hosts/xps15/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/xps15/configuration.nix b/hosts/xps15/configuration.nix index 3c71b4b..aedc8c9 100644 --- a/hosts/xps15/configuration.nix +++ b/hosts/xps15/configuration.nix @@ -96,10 +96,7 @@ in [ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc" [[ ''${BLE_VERSION-} ]] && ble-attach ''; - loginShellInit = '' - [ "$(tty)" = "/dev/tty1" ] && [ -z "$WAYLAND_DISPLAY" ] && start-hyprland - ''; - }; +}; programs.hyprland = { enable = true; package = hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;