mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
system: default-skeleton-home-config: Include %base-home-services.
* gnu/system/shadow.scm (%default-skeleton-home-config): Follow the news entry’s instructions to add %base-home-services. Fixes: <https://issues.guix.gnu.org/75897> Change-Id: Ieef976f9375791502e6156a978a032fbd4c2324d
This commit is contained in:
parent
d1705ff045
commit
7790e32556
1 changed files with 14 additions and 11 deletions
|
@ -267,6 +267,7 @@ for a colorful Guile experience.\\n\\n\"))))\n"))
|
||||||
(define home-config
|
(define home-config
|
||||||
(home-environment
|
(home-environment
|
||||||
(services
|
(services
|
||||||
|
(append
|
||||||
(list
|
(list
|
||||||
;; Uncomment the shell you wish to use for your user:
|
;; Uncomment the shell you wish to use for your user:
|
||||||
;(service home-bash-service-type)
|
;(service home-bash-service-type)
|
||||||
|
@ -279,7 +280,9 @@ for a colorful Guile experience.\\n\\n\"))))\n"))
|
||||||
|
|
||||||
(service home-xdg-configuration-files-service-type
|
(service home-xdg-configuration-files-service-type
|
||||||
`((\"gdb/gdbinit\" ,%default-gdbinit)
|
`((\"gdb/gdbinit\" ,%default-gdbinit)
|
||||||
(\"nano/nanorc\" ,%default-nanorc)))))))
|
(\"nano/nanorc\" ,%default-nanorc))))
|
||||||
|
|
||||||
|
%base-home-services))))
|
||||||
|
|
||||||
home-config"))
|
home-config"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue