Clean up dotfiles
parent
eb638887df
commit
fdff561ad4
|
@ -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
|
|
@ -5,6 +5,7 @@
|
|||
(guix gexp)
|
||||
(guix channels)
|
||||
(gnu home services)
|
||||
(gnu home services dotfiles)
|
||||
(gnu home services shells)
|
||||
(gnu home services symlink-manager)
|
||||
(gnu home services guix)
|
||||
|
@ -156,16 +157,11 @@
|
|||
(home-fish-configuration
|
||||
(config
|
||||
(list
|
||||
(local-file ".config/fish/config.fish")))))
|
||||
(service home-files-service-type
|
||||
`((".emacs.d/init.el" ,(local-file "./.emacs.d/init.el"))
|
||||
(".gitconfig" ,(local-file "./gitconfig"))
|
||||
(".gnupg/common.conf" ,(local-file "./.gnupg/common.conf"))))
|
||||
(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"))))
|
||||
(local-file "fish/config.fish")))))
|
||||
(service home-dotfiles-service-type
|
||||
(home-dotfiles-configuration
|
||||
(directories '("./dotfiles"))
|
||||
(layout 'stow)))
|
||||
(service home-gpg-agent-service-type
|
||||
(home-gpg-agent-configuration
|
||||
(pinentry-program
|
||||
|
|
Loading…
Reference in New Issue