Compare commits

...

2 commits

Author SHA1 Message Date
Picnoir cec318754f Add git send-email (buggy) output 2024-05-11 22:42:47 +02:00
Picnoir fd5d15f74c EDITOR 2024-05-11 22:42:40 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,9 @@
"bash_profile")))))
(service home-dbus-service-type)
(service home-pipewire-service-type)
(simple-service 'env-vars
home-environment-variables-service-type
`(("EDITOR" . "emacs")))
(service home-files-service-type
`((".mbsyncrc" ,(local-file "./conf-files/mbsyncrc" "mbsyncrc"))
(".notmuch-config" ,(local-file "./conf-files/notmuch-config"))))

View file

@ -48,6 +48,7 @@
%base-user-accounts))
(packages (append
(list (list (specification->package "git") "send-email"))
(map specification->package
(list
"dino"