Guix and emacs config cleanup
This commit is contained in:
parent
189ede1949
commit
8dc066a796
6 changed files with 21 additions and 14 deletions
|
@ -6,14 +6,20 @@
|
|||
#:use-module (gnu home services)
|
||||
#:use-module (gnu home services shells)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (gnu system shadow))
|
||||
#:use-module (gnu system shadow)
|
||||
#:use-module (gnu packages))
|
||||
|
||||
(define home-config
|
||||
(home-environment
|
||||
(packages (specifications->packages
|
||||
(list "git"
|
||||
"emacs-no-x-toolkit"
|
||||
"foot")))
|
||||
|
||||
(services
|
||||
(list
|
||||
;; Uncomment the shell you wish to use for your user:
|
||||
;(service home-bash-service-type)
|
||||
(service home-bash-service-type)
|
||||
;(service home-fish-service-type)
|
||||
;(service home-zsh-service-type)
|
||||
|
||||
|
@ -25,4 +31,4 @@
|
|||
`(("gdb/gdbinit" ,%default-gdbinit)
|
||||
("nano/nanorc" ,%default-nanorc)))))))
|
||||
|
||||
home-config
|
||||
home-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue