fix: unset aliases and envvar related to gpg to it properly work

keyring
anemofilia 2023-08-09 16:58:04 -03:00
parent 68acb7462f
commit 9286dccc49
No known key found for this signature in database
GPG Key ID: 5A8F3D62C87A2B33
3 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
(authorizations
(version 0)
(("1B4E 8236 558D 92AD B60C A3C6 F525 5563 9A82 09E2")
(("99D0 38B0 CC2F 7356 34D0 82F3 5A8F 3D62 C87A 2B33")
(name "Luis Guilherme Coelho Bueno")))

View File

@ -1,7 +1,7 @@
[user]
email = anemofilia@disroot.org
name = anemofilia
signingkey = 1B4E8236558D92ADB60CA3C6F52555639A8209E2
signingkey = 99D038B0CC2F735634D082F35A8F3D62C87A2B33
[color]
ui = true
[core]

View File

@ -255,9 +255,6 @@
#|Display images in lf using ueberzug|#
("lf" . "$XDG_CONFIG_HOME/lf/lfrun")
#|Make GPG xdg compliant|#
("gpg" . "gpg --homedir $XDG_DATA_HOME/gnupg")
#|Listen to libre music on vern's radio|#
("radio" . "https://radio.vern.cc")
@ -318,7 +315,6 @@
("GRADLE_USER_HOME" . "$XDG_DATA_HOME/gradle")
("RUSTUP_HOME" . "$XDG_DATA_HOME/rustup")
("CARGO_HOME" . "$XDG_DATA_HOME/cargo")
("GNUPGHOME" . "$XDG_DATA_HOME/gnupg")
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
(service home-openssh-service-type
@ -333,7 +329,7 @@
(service home-gpg-agent-service-type
(home-gpg-agent-configuration
(pinentry-program
(file-append pinentry "/bin/pinentry"))))
(file-append pinentry "/bin/pinentry-curses"))))
#|Mcron service|#
(service home-mcron-service-type