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 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
|
||||||
|
|
Loading…
Reference in New Issue