Collaborate with systemd to load categorized envvars
This commit is contained in:
parent
ea474c6178
commit
7749446251
7 changed files with 27 additions and 11 deletions
4
.config/environment.d/backup.conf
Normal file
4
.config/environment.d/backup.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# keep-sorted start
|
||||
BORG_PASSCOMMAND="cat ${HOME}/.keys/borg-passphrase.txt"
|
||||
BORG_REPO="/media/backup/"
|
||||
# keep-sorted end
|
||||
5
.config/environment.d/editor.conf
Normal file
5
.config/environment.d/editor.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# keep-sorted start
|
||||
EDITOR="emacsclient --create-frame --no-window-system"
|
||||
SUDO_EDITOR="/usr/local/bin/emacs --no-init-file --no-splash --no-window-system"
|
||||
VISUAL="emacsclient --create-frame --no-window-system"
|
||||
# keep-sorted end
|
||||
5
.config/environment.d/ime.conf
Normal file
5
.config/environment.d/ime.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# keep-sorted start
|
||||
GTK_IM_MODULE="fcitx"
|
||||
QT_IM_MODULE="fcitx"
|
||||
XMODIFIERS="@im=fcitx"
|
||||
# keep-sorted end
|
||||
3
.config/environment.d/poetry.conf
Normal file
3
.config/environment.d/poetry.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# keep-sorted start
|
||||
PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
|
||||
# keep-sorted end
|
||||
3
.config/environment.d/utf-8.conf
Normal file
3
.config/environment.d/utf-8.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# keep-sorted start
|
||||
LANG="en_IL.utf8"
|
||||
# keep-sorted end
|
||||
3
.config/environment.d/zoom.conf
Normal file
3
.config/environment.d/zoom.conf
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# keep-sorted start
|
||||
XDG_CURRENT_DESKTOP="sway"
|
||||
# keep-sorted end
|
||||
Loading…
Add table
Add a link
Reference in a new issue