mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 12:16:10 -05:00
11 lines
309 B
Bash
11 lines
309 B
Bash
export MOZ_ENABLE_WAYLAND=1
|
|
|
|
export XDG_CURRENT_DESKTOP=sway
|
|
export XDG_SESSION_DESKTOP=sway
|
|
export _JAVA_AWT_WM_NONREPEATING=1
|
|
|
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
|
|
export PATH=$PATH:~/.nix-profile/bin
|
|
|
|
# Honor per-interactive-shell startup file
|
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|