From e0f2eb724245e02cb247b644f0947261d8665318 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 17 Jun 2025 21:57:53 -0400 Subject: remove nix dir and move out all sub modules --- nix/programs/zsh/zprofile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 nix/programs/zsh/zprofile (limited to 'nix/programs/zsh/zprofile') diff --git a/nix/programs/zsh/zprofile b/nix/programs/zsh/zprofile deleted file mode 100644 index 4815b36..0000000 --- a/nix/programs/zsh/zprofile +++ /dev/null @@ -1,11 +0,0 @@ -# dont attempt to launch a graphical -# env in tmux -if [ -n "$TMUX" ]; then - return -fi - -# only launch hyprland on tty 1 -if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - export XDG_CURRENT_DESKTOP=Hyprland - exec dbus-run-session Hyprland -fi -- cgit v1.2.3-freya