Remove gnupg due to foreign distro
parent
ed9196c806
commit
26fe778da2
|
@ -1,5 +1,6 @@
|
||||||
(use-modules (gnu home)
|
(use-modules (gnu home)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
(gnu packages gnupg)
|
||||||
(gnu services)
|
(gnu services)
|
||||||
(guix gexp)
|
(guix gexp)
|
||||||
(guix channels)
|
(guix channels)
|
||||||
|
@ -38,7 +39,7 @@
|
||||||
"flatpak"
|
"flatpak"
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"kitty"
|
"kitty"
|
||||||
"gnupg"
|
; "gnupg"
|
||||||
"dolphin"
|
"dolphin"
|
||||||
"keepassxc"
|
"keepassxc"
|
||||||
"htop"
|
"htop"
|
||||||
|
@ -66,9 +67,11 @@
|
||||||
"nushell")))
|
"nushell")))
|
||||||
|
|
||||||
(services
|
(services
|
||||||
(list (service home-gpg-agent-service-type
|
(list ;(service home-gpg-agent-service-type
|
||||||
(home-gpg-agent-configuration
|
; (home-gpg-agent-configuration
|
||||||
(ssh-support? #t)))
|
; (pinentry-program
|
||||||
|
; (file-append pinentry "/bin/pinentry"))
|
||||||
|
; (ssh-support? #t)))
|
||||||
(service home-fish-service-type
|
(service home-fish-service-type
|
||||||
(home-fish-configuration
|
(home-fish-configuration
|
||||||
(config
|
(config
|
||||||
|
|
Loading…
Reference in New Issue