Files
lnx-arch/dots/environment/environment
committer@tuxwarrior c8b915fa62 i3wm ➔ hyprland (wip)
still a way to go. but, i am moving in the right direction, at least.
2026-02-25 14:05:09 -05:00

45 lines
1.2 KiB
Plaintext

#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
# note: a re-login is needed for changes to take place
#
# secrets
# please note that this file is open to the world, so secrets should only be stored in
# `/home/poq/syncDir/secrets/toBeSourced/secretsAsEnvVariables.sh`, as that file is
# sourced by statup.sh.
# note on paths:
# even though it would possible to specify unique paths per host machine, that would most
# likely not work very well. this is as several scripts assume `/home/poq/` etc. so, use
# the same path for all hosts.
# full path to directory where syncronised data will be kept
# format: SYNCDIR_[HOSTNAME]
SYNCDIR_t470p=/home/poq/nextcloud/syncDir
SYNCDIR_tuxwarrior=/home/poq/nextcloud/syncDir
# full path to nextcloud folder
NEXTCLOUD_t470p=/home/poq/nextcloud
NEXTCLOUD_tuxwarrior=/home/poq/nextcloud
# mounted downloads dir, same for all hosts
DOWNLOADS=/home/poq/syncDir/0_downloads
# {i3, qtile, hyprland} window manager / compositor to start in .xinitrc
#XWM=hyprland
# styling for gtk apps
#GTK_THEME=Sweet-Dark
# used by lf
#EDITOR=nano
# rust
#PATH=$PATH:/home/poq/.cargo/bin
# used by ballerina
#JAVA_HOME=/usr/lib/jvm/default