all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68169] [PATCH 0/9] Add guix-home config to /etc/skel
@ 2023-12-31 11:34 Efraim Flashner
  2023-12-31 11:39 ` [bug#68169] [PATCH 1/9] system: Export default bash-profile Efraim Flashner
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Efraim Flashner @ 2023-12-31 11:34 UTC (permalink / raw)
  To: 68169; +Cc: Efraim Flashner

A couple of things happening in this patchset:

* Extracting the config files from (default-skeletons) and exposing them
so they can be exported. This allows people to add them directly to
their home configs without re-defining them.

* Syncs .zprofile between (gnu system shadow) and (gnu home services
shell) so there's no surprises about the contents of the config.

Remove duplicate lines which exist in .bashrc/.zprofile and /etc/profile

add an extremely basic guix-home.scm to /etc/skel so it's available as a
starting point if people want to use it.

Efraim Flashner (9):
  system: Export default bash-profile.
  system: Export default zprofile.
  system: Export default xdefaults.
  system: Export default gdbinit.
  system: Export default nanorc.
  system: Export default guile config.
  system: Add default guix-home-config.
  system: default-zprofile: Sync with home zprofile.
  home: services: zsh: Use unified zprofile.

 gnu/home/services/shells.scm |   8 +--
 gnu/system/shadow.scm        | 116 +++++++++++++++++++++++++----------
 2 files changed, 85 insertions(+), 39 deletions(-)


base-commit: 9d148d08be9d77781e8103915b1f498b03fd3dd2
prerequisite-patch-id: ebb16926043f4377669a042730dddd7e9c4d7a39
-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-01-17  9:36 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 11:34 [bug#68169] [PATCH 0/9] Add guix-home config to /etc/skel Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 1/9] system: Export default bash-profile Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 2/9] system: Export default zprofile Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 3/9] system: Export default xdefaults Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 4/9] system: Export default gdbinit Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 5/9] system: Export default nanorc Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 6/9] system: Export default guile config Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 7/9] system: Add default guix-home-config Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 8/9] system: default-zprofile: Sync with home zprofile Efraim Flashner
2023-12-31 11:39 ` [bug#68169] [PATCH 9/9] home: services: zsh: Use unified zprofile Efraim Flashner
2024-01-17  9:19 ` bug#68169: [PATCH 0/9] Add guix-home config to /etc/skel Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.