From f34e77efa50eadbb93ec43093ff5ea7063ff1aa0 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 1 Apr 2025 11:27:39 -0400 Subject: Temp home config change, added mailvelope native-host --- home-config/home-configuration.scm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'home-config/home-configuration.scm') diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 27fe820..82d92cc 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm @@ -32,7 +32,7 @@ (inherit neovim) (native-inputs (modify-inputs (package-native-inputs neovim) - (prepend gcc-12))))) + (prepend gcc-13))))) (define %home-symlinks `((".config/guix/home-config/fish" ".config/fish") @@ -46,7 +46,7 @@ ;; Home profile, under ~/.guix-home/profile. (packages (append (specifications->packages (list "bat" "fd" - "fish" + ;"fish" "xdg-utils" "abook" "libnotify" @@ -68,6 +68,7 @@ "sc-im" "pv" "jq" + "gpgme" "bombadillo" "python-msgpack" "wdisplays" @@ -180,9 +181,13 @@ `((".local/share/nvim/site/autoload/plug.vim" ,(local-file "nvim/plugin-manager/plug.vim")) (".ssh/config" ,(local-file "ssh/config")) (".icons" ,(local-file "icons" #:recursive? #t)) - ;(".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) + (".mozilla/native-messaging-hosts/gpgmejson.json" ,(local-file "mailvelope/gpgmejson.json")) + (".local/share/mailvelope" ,(local-file "mailvelope" #:recursive? #t)) + (".mozilla/native-messaging-hosts/tridactyl.json" ,(local-file "tridactyl/tridactyl.json")) + (".local/share/tridactyl" ,(local-file "tridactyl" #:recursive? #t)) ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) + (".gnupg/gpg.conf" ,(local-file "gnupg/gpg.conf")) (".local/share/fonts" ,(local-file "fonts" #:recursive? #t)) (".gitconfig" ,(local-file "gitconfig")) (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) -- cgit v1.2.3