diff options
| author | 2026-02-21 00:03:50 -0800 | |
|---|---|---|
| committer | 2026-02-21 00:03:50 -0800 | |
| commit | f75a9bad45b5fa5b7de987bfd8ebdc24459ad5a7 (patch) | |
| tree | e63dcf1887b56b7c8521151f27956120ebfa48d0 | |
| parent | 6638228d15be54d0efbce0ad7ca9a9d9f4a60ca0 (diff) | |
| download | new-dotfiles-f75a9bad45b5fa5b7de987bfd8ebdc24459ad5a7.tar.gz new-dotfiles-f75a9bad45b5fa5b7de987bfd8ebdc24459ad5a7.zip | |
Add gnupg to data
| -rw-r--r-- | oni/home/config/data.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index 90854f7..36430fc 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -1,6 +1,7 @@ (define-module (oni home config data) #:use-module (gnu home services desktop) #:use-module (gnu home services) + #:use-module (gnu home services gnupg) #:use-module (gnu home) #:use-module (gnu packages admin) #:use-module ((gnu packages emacs) @@ -185,6 +186,12 @@ "xrandr --auto\n" "xrandr --dpi 96\n"))))) + (service home-gpg-agent-service-type + (home-gpg-agent-configuration + (ssh-support? #t) + (extra-content + "allow-emacs-pinentry\n"))) + (service home-polybar-service-type (home-polybar-configuration (bar "data"))) |
