1
0
Fork 0

Clean up dotfiles

main
Ethan Reece 2024-10-26 23:25:59 -05:00
parent eb638887df
commit fdff561ad4
Signed by: me
GPG Key ID: 198E9EB433DB1B28
21 changed files with 6 additions and 15 deletions

View File

@ -1,5 +0,0 @@
pinentry-program /gnu/store/mglbqwkdyzxqw0gfngmghr7vrkcxwkxa-pinentry-tty-1.2.1/bin/pinentry
default-cache-ttl 600
max-cache-ttl 7200
default-cache-ttl-ssh 1800
max-cache-ttl-ssh 7200

View File

@ -5,6 +5,7 @@
(guix gexp) (guix gexp)
(guix channels) (guix channels)
(gnu home services) (gnu home services)
(gnu home services dotfiles)
(gnu home services shells) (gnu home services shells)
(gnu home services symlink-manager) (gnu home services symlink-manager)
(gnu home services guix) (gnu home services guix)
@ -156,16 +157,11 @@
(home-fish-configuration (home-fish-configuration
(config (config
(list (list
(local-file ".config/fish/config.fish"))))) (local-file "fish/config.fish")))))
(service home-files-service-type (service home-dotfiles-service-type
`((".emacs.d/init.el" ,(local-file "./.emacs.d/init.el")) (home-dotfiles-configuration
(".gitconfig" ,(local-file "./gitconfig")) (directories '("./dotfiles"))
(".gnupg/common.conf" ,(local-file "./.gnupg/common.conf")))) (layout 'stow)))
(service home-xdg-configuration-files-service-type
`(("weechat/weechat.conf" ,(local-file "./.config/weechat/weechat.conf"))
("zathura/zathurarc" ,(local-file "./.config/zathura/zathurarc"))
("rbw/config.json" ,(local-file "./.config/rbw/config.json"))
("guix/channels.scm" ,(local-file "./channels.scm.lock"))))
(service home-gpg-agent-service-type (service home-gpg-agent-service-type
(home-gpg-agent-configuration (home-gpg-agent-configuration
(pinentry-program (pinentry-program