fix: unset aliases and envvar related to gpg to it properly work
parent
68acb7462f
commit
9286dccc49
|
@ -1,4 +1,4 @@
|
||||||
(authorizations
|
(authorizations
|
||||||
(version 0)
|
(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")))
|
(name "Luis Guilherme Coelho Bueno")))
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = anemofilia@disroot.org
|
email = anemofilia@disroot.org
|
||||||
name = anemofilia
|
name = anemofilia
|
||||||
signingkey = 1B4E8236558D92ADB60CA3C6F52555639A8209E2
|
signingkey = 99D038B0CC2F735634D082F35A8F3D62C87A2B33
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
[core]
|
[core]
|
||||||
|
|
|
@ -255,9 +255,6 @@
|
||||||
#|Display images in lf using ueberzug|#
|
#|Display images in lf using ueberzug|#
|
||||||
("lf" . "$XDG_CONFIG_HOME/lf/lfrun")
|
("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|#
|
#|Listen to libre music on vern's radio|#
|
||||||
("radio" . "https://radio.vern.cc")
|
("radio" . "https://radio.vern.cc")
|
||||||
|
|
||||||
|
@ -318,7 +315,6 @@
|
||||||
("GRADLE_USER_HOME" . "$XDG_DATA_HOME/gradle")
|
("GRADLE_USER_HOME" . "$XDG_DATA_HOME/gradle")
|
||||||
("RUSTUP_HOME" . "$XDG_DATA_HOME/rustup")
|
("RUSTUP_HOME" . "$XDG_DATA_HOME/rustup")
|
||||||
("CARGO_HOME" . "$XDG_DATA_HOME/cargo")
|
("CARGO_HOME" . "$XDG_DATA_HOME/cargo")
|
||||||
("GNUPGHOME" . "$XDG_DATA_HOME/gnupg")
|
|
||||||
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
|
("DOTREMINDERS" . "$XDG_DATA_HOME/reminders")))
|
||||||
|
|
||||||
(service home-openssh-service-type
|
(service home-openssh-service-type
|
||||||
|
@ -333,7 +329,7 @@
|
||||||
(service home-gpg-agent-service-type
|
(service home-gpg-agent-service-type
|
||||||
(home-gpg-agent-configuration
|
(home-gpg-agent-configuration
|
||||||
(pinentry-program
|
(pinentry-program
|
||||||
(file-append pinentry "/bin/pinentry"))))
|
(file-append pinentry "/bin/pinentry-curses"))))
|
||||||
|
|
||||||
#|Mcron service|#
|
#|Mcron service|#
|
||||||
(service home-mcron-service-type
|
(service home-mcron-service-type
|
||||||
|
|
Loading…
Reference in New Issue