.
This commit is contained in:
parent
b6ef95b65c
commit
f2fd2cd352
1 changed files with 0 additions and 30 deletions
|
@ -92,28 +92,6 @@
|
|||
("liquidpromptrc" ,(local-file "./liquidprompt/liquidpromptrc"))
|
||||
("xdg-desktop-portal-wlr/config" ,(local-file "./xdg-desktop-portal-wlr/config"))))
|
||||
(service home-syncthing-service-type)
|
||||
(service home-bash-service-type
|
||||
(home-bash-configuration
|
||||
(aliases
|
||||
'(("hh" . "hstr")
|
||||
("l" . "ls -alh")
|
||||
("ll" . "ls -l")
|
||||
("ls" . "ls --color=tty")
|
||||
("create-guix-patch" . "git format-patch --minimal --to guix-patches@gnu.org --cc dziltener@lyrion.ch --inline --no-attach master; ls *.patch | xargs sed -i '1d'")
|
||||
("send-guix-patch-series" . "for FILE in `find . -name '00*.patch'`; do cat $FILE | msmtp -t; done")))
|
||||
(bashrc
|
||||
(list
|
||||
(local-file
|
||||
"./.bashrc"
|
||||
"bashrc")
|
||||
(mixed-text-file "liquidprompt"
|
||||
"[ -z ${TMUX_PANE} ] && [[ $- = *i* ]] && source "
|
||||
liquidprompt
|
||||
"/share/liquidprompt/liquidprompt")
|
||||
(mixed-text-file "liquidprompt-theme"
|
||||
"[ -z ${TMUX_PANE} ] && [[ $- = *i* ]] && source "
|
||||
liquidprompt
|
||||
"/share/liquidprompt/themes/alternate_vcs/alternate_vcs.theme")))))
|
||||
(service home-batsignal-service-type
|
||||
(home-batsignal-configuration
|
||||
(ignore-missing? #t)))
|
||||
|
@ -312,14 +290,6 @@
|
|||
(user "git")
|
||||
(port 7920)
|
||||
(identity-file "~/.ssh/personal_ed"))))))
|
||||
(service home-gpg-agent-service-type
|
||||
(home-gpg-agent-configuration
|
||||
(pinentry-program
|
||||
(file-append pinentry-qt "/bin/pinentry-qt"))
|
||||
(ssh-support? #t)
|
||||
(default-cache-ttl 7200)
|
||||
(default-cache-ttl-ssh 7200)
|
||||
(extra-content "grab\nallow-emacs-pinentry\nallow-loopback-pinentry\n")))
|
||||
(service home-dbus-service-type)
|
||||
(service home-pipewire-service-type
|
||||
(home-pipewire-configuration
|
||||
|
|
Loading…
Reference in a new issue