mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-11 15:31:17 -05:00
compose, changed nixGL to make hyprland work again, now using bash with starship config
13 lines
366 B
Bash
13 lines
366 B
Bash
export MOZ_ENABLE_WAYLAND=1
|
|
|
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
|
|
export PATH=~/.local/bin:$PATH:~/.nix-profile/bin:~/.go/bin
|
|
export GOPATH=~/.go
|
|
|
|
# Honor per-interactive-shell startup file
|
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
|
|
|
if [ -z "$SSH_CLIENT" ] && [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
|
|
exec nixGLIntel Hyprland
|
|
fi
|
|
|