Go to file
Hilton Chain 930e6262af
services: shellutils: Define separate service types for different shells.
* modules/rosenthal/services/shellutils.scm (warn-deprecated-shells-field):
New procedure.
(home-atuin-configuration, home-direnv-configuration)
(home-zoxide-configuration): Deprecate shells field.
(shells?): Delete procedure.
(home-fish-plugin-atuin-service-type): Renamed and adjusted from...
(home-atuin-service-type): ...this deprecated variable.
(home-fish-plugin-direnv-service-type): Renamed and adjusted from...
(home-direnv-service-type): ...this deprecated variable.
(home-fish-plugin-zoxide-service-type): Renamed and adjusted from...
(home-zoxide-service-type): ...this deprecated variable.
2025-06-27 13:03:40 +08:00
etc maint: Cleanup. 2025-06-13 00:57:49 +08:00
LICENSES services: Add a few desktop services. 2025-06-23 09:21:23 +08:00
modules services: shellutils: Define separate service types for different shells. 2025-06-27 13:03:40 +08:00
.dir-locals.el services: Add some shell utilities. 2025-06-25 00:20:03 +08:00
.guix-authorizations
.guix-channel maint: Relocate modules to ‘modules’ directory. 2025-04-26 00:16:07 +08:00
NEWS
pre-inst-env maint: Cleanup. 2025-06-13 00:57:49 +08:00
README.org README.org: Remove substitute server. 2025-05-15 10:34:07 +08:00
REUSE.toml maint: Add REUSE.toml. 2025-06-23 13:41:04 +08:00

Rosenthal - A certain Guix channel

Rosenthal is a Guix channel (see Channels in GNU Guix Reference Manual) created for experiments. It currently holds some packages and services not ready for upstreaming to GNU Guix.

You can use toys to search packages and services from Rosenthal and other Guix channels.

Note that all contents in this channel are subject to change and may be deleted at any time, please report an issue if you are affected.

Channel definition:

  (channel
   (name 'rosenthal)
   (url "https://codeberg.org/hako/rosenthal.git")
   (branch "trunk")
   (introduction
    (make-channel-introduction
     "7677db76330121a901604dfbad19077893865f35"
     (openpgp-fingerprint
      "13E7 6CD6 E649 C28C 3385  4DF5 5E5A A665 6149 17F7"))))

For configuration, see Specifying Additional Channels, Customizing the System-Wide Guix and home-channels-service-type in GNU Guix Reference Manual.

Wiki: https://codeberg.org/hako/Rosenthal/wiki

Git repositories: