mixed: gpg fixes, refactoring

This commit is contained in:
Kat Inskip 2023-01-17 15:32:14 -05:00
parent 53eed4454d
commit 1ec876812e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
50 changed files with 235 additions and 183 deletions

5
modules/home/zsh.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
programs.zsh.initExtraFirst = ''
source /etc/static/zshrc
'';
}