re-establish configuration limit

This commit is contained in:
Barrett Ruth 2026-02-18 12:19:57 -05:00
parent d0e1f7c2d6
commit bfccff4510
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -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;