Secrets refactored and added cachix-auth-token
secret
This commit is contained in:
parent
0ecc14fd8a
commit
207920afaf
13 changed files with 120 additions and 114 deletions
|
@ -2,6 +2,7 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
age,
|
||||
...
|
||||
}: {
|
||||
programs.bat.enable = true;
|
||||
|
@ -129,6 +130,7 @@
|
|||
loginExtra = "[[ -z $DISPLAY && $TTY = /dev/tty1 ]] && exec sway";
|
||||
envExtra = ''
|
||||
[ $TERM = "dumb" ] && unsetopt zle && PS1='$ ' # for Emacs TRAMP mode
|
||||
export CACHIX_AUTH_TOKEN=$(cat ${age.secrets.cachix-personal-token.path})
|
||||
'';
|
||||
initExtra = ''
|
||||
# Don't enable VIM emulation when in Emacs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue