home-environments: radio: Add GPG_TTY to the list of fish environment variables
parent
539b516498
commit
9a8a8605f7
|
@ -187,7 +187,8 @@
|
|||
(home-fish-configuration
|
||||
(config (list file:fish-custom-functions))
|
||||
(environment-variables
|
||||
`(("fish_complete_path"
|
||||
`(("GPG_TTY" . "(tty)")
|
||||
("fish_complete_path"
|
||||
. ,(format #f "$fish_complete_path~@{ ~a/fish/completions}"
|
||||
"$HOME/.guix-home/profile/share"))))
|
||||
(aliases
|
||||
|
|
Loading…
Reference in New Issue