Commit Graph

180 Commits

Author SHA1 Message Date
Hilton Chain
6a830c5d42
rosenthal: cuirass-hako: Update to 1.2.0-1.37f6066.
* modules/rosenthal/packages/ci.scm (cuirass/hako): Update to 1.2.0-1.37f6066.
2025-07-03 03:55:11 +08:00
Hilton Chain
a7af07441f
examples: waybar: Set height and fix taskbar padding.
* modules/rosenthal/examples/waybar/config.jsonc: Set height to 36.
* modules/rosenthal/examples/waybar/style.css (#taskbar button): Fix padding.
2025-07-03 00:17:46 +08:00
Hilton Chain
b4af9f76c3
examples: waybar: Use taskbar.
* modules/rosenthal/examples/waybar/config.jsonc (modules-left): Add wlr/taskbar.
Re-order temperature.
Remove niri/workspaces.
* modules/rosenthal/examples/waybar/style.css: Adjust accordingly.
2025-07-02 22:31:57 +08:00
Hilton Chain
d84075ebe1
rosenthal: tailscale: Update to 1.84.3.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.84.3.
2025-06-29 22:13:38 +08:00
Hilton Chain
c190e8a468
utils: hidden-desktop-entry: Fix substitution pattern.
* modules/rosenthal/utils/file.scm (hidden-desktop-entry): Fix pattern.
2025-06-28 01:04:02 +08:00
Hilton Chain
a47d340a20
services: Add %rosenthal-set-keymap.
* modules/rosenthal/services/desktop.scm (%rosenthal-set-keymap): New variable.
(%rosenthal-set-keymap-script): Unexport.
2025-06-27 23:10:30 +08:00
Hilton Chain
8c1b2e9c61
utils: Add ‘hidden-desktop-entry’.
* modules/rosenthal/utils/file.scm (hidden-desktop-entry): New procedure.
2025-06-27 21:48:47 +08:00
Hilton Chain
dc6ed8b930
services: Add %rosenthal-set-keymap-script.
* modules/rosenthal/services/desktop.scm (%rosenthal-set-keymap-script): New
variable.
* modules/rosenthal/examples/niri.kdl: Adjust configuration.
2025-06-27 21:48:45 +08:00
Hilton Chain
dd9bebf8b2
examples: niri.kdl: Use existing path for screenshots.
* modules/rosenthal/examples/niri.kdl: Store screenshots under the home
directory.
2025-06-27 21:22:36 +08:00
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
Hilton Chain
f1f47b6e2d
services: shellutils: Avoid dynamic extensions.
This would create different service type objects.

* modules/rosenthal/services/shellutils.scm (%home-atuin-fish)
(home-atuin-service-type, %home-direnv-fish, home-direnv-service-type)
(%home-zoxide-fish, home-zoxide-service-type): Avoid dynamically extensions.
2025-06-27 10:47:42 +08:00
Hilton Chain
10251b17f0
services: misskey: Adjust serializer usage.
* modules/rosenthal/services/web.scm (misskey-oci-containers): Adjust
serializer usage.
2025-06-27 10:45:28 +08:00
Hilton Chain
1f7b63ae66
services: Add %rosenthal-skeletons.
* modules/rosenthal/services/desktop.scm (%rosenthal-skeletons): New variable.
(%rosenthal-example-emacs-init): Delete variable.
* modules/rosenthal/examples: Update examples.
2025-06-26 22:56:56 +08:00
Hilton Chain
911bb32f41
services: %rosenthal-desktop-home-services: Remove skeletons.
* modules/rosenthal/services/desktop.scm (%rosenthal-desktop-home-services):
Remove skeletons.
2025-06-26 22:53:59 +08:00
Hilton Chain
7a185369e9
services: desktop: Use ‘define-configuration’. 2025-06-26 22:53:59 +08:00
Hilton Chain
20bac9c7a4
services: shellutils: Add missing module.
* modules/rosenthal/services/shellutils.scm: Add (rosenthal utils packages)
module.
2025-06-26 22:53:59 +08:00
Hilton Chain
72f327054a
services: rosenthal-desktop-services-for-system: Add gvfs-service-type.
* modules/rosenthal/services/desktop.scm: Add gvfs-service-type.
2025-06-26 22:53:59 +08:00
Hilton Chain
396f263ff6
examples: emacs: Check existence of font configuration before loading.
* modules/rosenthal/examples/emacs/init.el: Check existence of font
configuration before loading.
2025-06-25 17:16:47 +08:00
Hilton Chain
ead325de92
examples: Update Emacs configuration.
* modules/rosenthal/examples/emacs/init.el: Update.
2025-06-25 17:06:30 +08:00
Hilton Chain
7f429bcc77
services: Fix %rosenthal-example-emacs-init.
This is a follow-up to 0bf12445b0.

* modules/rosenthal/services/desktop.scm (%rosenthal-example-emacs-init):
Pass a list to ‘computed-substitution-with-inputs’.
2025-06-25 03:00:51 +08:00
Hilton Chain
0bf12445b0
services: Remove %rosenthal-example-emacs-fonts.
* modules/rosenthal/services/desktop.scm (%rosenthal-example-emacs-init): Use
‘computed-substitution-with-inputs’.
(%rosenthal-example-emacs-fonts): Delete variable.
* modules/rosenthal/examples/emacs/init.el: Adjust Emacs configuration.
2025-06-25 02:10:09 +08:00
Hilton Chain
1ab9fdea6d
services: Add some shell utilities.
* modules/rosenthal/services/shellutils.scm (home-atuin-service-type)
(home-direnv-service-type, home-zoxide-service-type): New variables.
(<home-atuin-configuration>, <home-direnv-configuration>)
(<home-zoxide-configuration>): New data types.
* .dir-locals.el (scheme-mode): Add indentations for their constructors.
2025-06-25 00:20:03 +08:00
Hilton Chain
9655f0b6f7
examples: mako.conf: Adjust border.
* modules/rosenthal/examples/mako.conf: Adjust border color.
Set border size.
Re-order configurations.
2025-06-24 18:30:02 +08:00
Hilton Chain
fc9b7def0e
examples: waybar/config.jsonc: Fix format.
* modules/rosenthal/examples/waybar/config.jsonc: Untabify.
2025-06-24 17:01:52 +08:00
Hilton Chain
072e07c4ea
examples: Update emacs/init.el.
* modules/rosenthal/examples/emacs/init.el: Update.
2025-06-24 16:06:12 +08:00
Hilton Chain
dc28ffd633
rosenthal: hugo: Update to 0.147.9.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.9.
[native-inputs]: Update vendored go dependencies.
2025-06-24 15:05:35 +08:00
Hilton Chain
dd202aaae7
rosenthal: cloudflared: Update to 2025.6.1.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.6.1.
2025-06-24 15:05:16 +08:00
Hilton Chain
804c8b1862
services: home-theme: Adjust default key theme and font size.
* modules/rosenthal/services/desktop.scm (<home-theme-configuration>)
[key-theme]: Default to "Default".
(%home-theme-xdg-config): Don't specify font size.
2025-06-23 22:45:55 +08:00
Hilton Chain
5aeedc947b
maint: Minor fixups. 2025-06-23 13:35:32 +08:00
Hilton Chain
07e2be7791
services: Add home-theme-service-type.
* modules/rosenthal/services/desktop.scm (home-theme-service-type): New
variable.
(home-theme-configuration): New data type.
* .dir-locals.el (scheme-mode): Add its indentation.
2025-06-23 13:35:30 +08:00
Hilton Chain
6a9c5289d0
services: %rosenthal-example-niri-config: Fix guix pull.
* modules/rosenthal/services/desktop.scm (%rosenthal-example-niri-config):
Reference xwayland-satellite using variable.
2025-06-23 10:11:27 +08:00
Hilton Chain
20c9d408bc
services: Add a few desktop services.
* LICENSES/CC-BY-SA-4.0.txt: New file.
* modules/rosenthal/examples/emacs/fonts.el: New file.
* modules/rosenthal/examples/emacs/init.el: New file.
* modules/rosenthal/examples/mako.conf: New file.
* modules/rosenthal/examples/niri.kdl: New file.
* modules/rosenthal/examples/wallpaper.jpg: New file.
* modules/rosenthal/examples/waybar/config.jsonc: New file.
* modules/rosenthal/examples/waybar/style.css: New file.
* modules/rosenthal/services/desktop.scm (%rosenthal-example-emacs-fonts)
(%rosenthal-example-emacs-init, %rosenthal-desktop-home-services)
(home-blueman-applet-service-type, home-fcitx5-service-type)
(home-mako-service-type, home-network-manager-applet-service-type)
(home-niri-service-type, home-rofi-service-type, home-swaybg-service-type)
(home-waybar-service-type): New variables.
(home-blueman-applet-configuration, home-fcitx5-configuration)
(home-mako-configuration, home-network-manager-applet-configuration)
(home-niri-configuration, home-rofi-configuration, home-swaybg-configuration)
(home-waybar-configuration): New data types.
2025-06-23 09:21:23 +08:00
Hilton Chain
b084fdae98
Add (rosenthal) module.
* modules/rosenthal.scm: New file.
2025-06-22 12:02:33 +08:00
Hilton Chain
aa858e4b87
services: greetd-tuigreet-session: Fix elogind command.
* modules/rosenthal/services/base.scm (greetd-tuigreet-session-compiler):
Use "loginctl poweroff".
2025-06-21 19:54:27 +08:00
Hilton Chain
93c47a647a
services: greetd-tuigreet-session: Fix tuigreet path.
* modules/rosenthal/services/base.scm (greetd-tuigreet-session-compiler): Fix
tuigreet path.
2025-06-20 15:59:44 +08:00
Hilton Chain
68f81c4e3e
services: Add %rosenthal-desktop-services.
* modules/rosenthal/services/desktop.scm: New file.
2025-06-20 15:24:50 +08:00
Hilton Chain
afe32807aa
services: Add greetd-tuigreet-session.
* modules/rosenthal/services/base.scm: New file.
2025-06-20 15:21:42 +08:00
Hilton Chain
4ce201dc6d
rosenthal: Add tuigreet.
* modules/rosenthal/packages/admin.scm (tuigreet): New variable.
* modules/rosenthal/packages/rust-crates.scm (lookup-cargo-inputs)[tuigreet]:
New entry.
2025-06-20 15:20:12 +08:00
Hilton Chain
fe341028f6
rosenthal: niri: Start dbus session.
* modules/rosenthal/packages/wm.scm (niri)[inputs]: Add dbus.
[#:phases]<install-extras>: In niri.desktop, start a dbus session.
2025-06-20 14:35:21 +08:00
Hilton Chain
b8c6160121
rosenthal: sing-box: Update to 1.11.14.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.14.
[native-inputs]: Update vendored Go dependencies.
2025-06-19 17:12:46 +08:00
Hilton Chain
5fefc87842
rosenthal: emacs-caddyfile-mode: Disable tests.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode)[#:tests?]:
Disable.
2025-06-16 01:14:42 +08:00
Hilton Chain
4ef6a321c3
utils: rosenthal-transformation-guix: Deduplicate substitute URLs.
* modules/rosenthal/utils/transformations.scm (rosenthal-transformation-guix):
Deduplicate substitute URLs.
2025-06-16 00:20:09 +08:00
Hilton Chain
895e8285b4
utils: Rename package specification procedures.
* modules/rosenthal/utils/packages.scm (pkg): Deprecate and rename to
spec->pkg.
(pkg+out): Deprecate and rename to spec->pkg+out.
(pkgs): Deprecate and rename to specs->pkgs.
(pkgs+out): Deprecate and rename to specs->pkgs+out.
2025-06-15 19:40:34 +08:00
Hilton Chain
3f8a932c8a
Revert "services: home-keyboard: Export set-xkb-variables."
This reverts commit 08f3b94e16.
2025-06-15 14:51:13 +08:00
Hilton Chain
186c7e29ed
Revert "rosenthal: Add ‘keyboard-layout->console-keymap’."
This reverts commit a28d0921d9.
2025-06-15 14:51:10 +08:00
Hilton Chain
538eb0c46a
rosenthal: ai-robots-txt: Update to 1.37.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.37.
2025-06-15 13:23:41 +08:00
Hilton Chain
a28d0921d9
rosenthal: Add ‘keyboard-layout->console-keymap’.
* modules/rosenthal/system/keyboard.scm: New file.
2025-06-15 13:21:51 +08:00
Hilton Chain
08f3b94e16
services: home-keyboard: Export set-xkb-variables.
* modules/rosenthal/services/keyboard.scm (set-xkb-variables): Export.
2025-06-15 13:21:22 +08:00
Hilton Chain
5abcb40620
rosenthal: web: Fix module import.
Follow-up to b2666dac7d.

* modules/rosenthal/packages/web.scm: Fix module import.
2025-06-13 01:39:46 +08:00
Hilton Chain
b2666dac7d
rosenthal: Remove go-cloudflare.
* modules/rosenthal/packages/golang.scm: Delete file.
2025-06-13 01:21:36 +08:00
Hilton Chain
589d45724a
rosenthal: cloudflared: Update to 2025.6.0.
Cloudflare's own go fork is no longer used:
96ce66bd30

* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.6.0.
[arguments]<#:go>: Use go-1.24.
2025-06-13 01:18:56 +08:00
Hilton Chain
550f3ae1d1
maint: Cleanup. 2025-06-13 00:57:49 +08:00
Hilton Chain
dcc1fad668
utils: Add ‘rosenthal-transformation-guix’.
* modules/rosenthal/utils/transformations.scm: New file.
2025-06-11 22:18:54 +08:00
Hilton Chain
c87e5521de
services: cuirass-worker-container: Clean up.
* modules/rosenthal/services/cuirass.scm (cuirass-service-type/hako): New
variable.
(cuirass-worker-container-service-type): Clean up.
2025-06-11 13:33:05 +08:00
Hilton Chain
cc202637fd
rosenthal: ai-robots-txt: Update to 1.36.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.36.
2025-06-11 13:05:01 +08:00
Hilton Chain
8bf237c8a3
rosenthal: tailscale: Update to 1.84.2.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.84.2.
2025-06-11 13:04:41 +08:00
Hilton Chain
5739b4de2c
maint: Add update manifest for CI.
* etc/manifests/rosenthal-auto-update.scm: New file.
2025-06-11 12:58:39 +08:00
Hilton Chain
c6228682d6
services: cuirass-worker-container: Add ‘workers’ configuration field.
* modules/rosenthal/services/cuirass.scm
(cuirass-worker-container-configuration)[workers]: New field.
(%cuirass-worker-container-script): Use it.
2025-06-11 09:13:38 +08:00
Hilton Chain
72a9d12836
services: Add cuirass-worker-container-service-type.
* modules/rosenthal/services/cuirass.scm: New file.
2025-06-11 01:26:29 +08:00
Hilton Chain
0ab2a7eb1a
utils: Add helper procedures from my dotfiles.
* modules/rosenthal/utils/packages.scm (delete-package-from-list, pkg)
(pkg+out, pkgs, pkgs+out): New procedures.
* modules/rosenthal/utils/file.scm (computed-substitution-with-inputs)
(file-content): New procedures.
2025-06-11 00:16:35 +08:00
Hilton Chain
78aa289f23
rosenthal: Rename (rosenthal packages) to (rosenthal utils packages).
* modules/rosenthal/packages.scm: Move to...
* modules/rosenthal/utils/packages.scm: ...here.
* etc/manifests/all-packages.scm: Adjust accordingly.
* etc/manifests/auto-update.scm: Likewise.
* etc/manifests/manual-update.scm: Likewise.
2025-06-11 00:16:35 +08:00
Hilton Chain
eda7ffadc2
rosenthal: Add cuirass-hako.
* modules/rosenthal/packages/ci.scm: New file.
2025-06-11 00:16:34 +08:00
Hilton Chain
eea37a108a
rosenthal: caddy-hako: Update to 2025.06.09-2.
* modules/rosenthal/packages/web.scm (caddy/hako): Update to 2025.06.09-2.
[native-inputs]: Update vendored dependencies.
2025-06-09 23:00:42 +08:00
Hilton Chain
71e10dca69
rosenthal: Add anubis-anti-crawler.
* modules/rosenthal/packages/web.scm (anubis-anti-crawler): New variable.
2025-06-09 21:30:49 +08:00
Hilton Chain
e4c02fb834
rosenthal: hugo: Update to 0.147.8.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.8.
[native-inputs]: Update vendored dependencies.
2025-06-09 11:15:47 +08:00
Hilton Chain
f6fb71e0fa
rosenthal: ai-robots-txt: Update to 1.35.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.35.
2025-06-09 11:15:34 +08:00
Hilton Chain
863483061d
rosenthal: hugo: Update to 0.147.7.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.7.
[native-inputs]: Update vendored dependencies.
2025-06-06 16:53:20 +08:00
Hilton Chain
ebc3fabd2d
rosenthal: ai-robots-txt: Update to 1.34.
* modules/rosenthal/packages/web.scm (ai-robots-txt): Update to 1.34.
2025-06-06 16:53:08 +08:00
Hilton Chain
ad343a607d
rosenthal: tailscale: Update to 1.84.1.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.84.1.
2025-06-06 16:53:08 +08:00
Hilton Chain
0f8aa4507f
rosenthal: sing-box: Update to 1.11.13.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.13.
[native-inputs]: Update vendored dependencies.
2025-06-06 16:53:08 +08:00
Hilton Chain
0925025733
rosenthal: mihomo: Update to 1.19.10.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.10.
[native-inputs]: Update vendored dependencies.
2025-06-06 16:52:56 +08:00
Hilton Chain
43952a30a8
rosenthal: navidrome-bin: Update to 0.56.1.
* modules/rosenthal/packages/binaries.scm (navidrome-bin): Update to 0.56.1.
2025-05-31 02:55:09 +08:00
Hilton Chain
6f133d4c48
utils: Relocate (rosenthal utils serializers utils).
* modules/rosenthal/utils/serializers/utils.scm: Rename to..
* modules/rosenthal/utils/serializers.scm: ...this.
* modules/rosenthal/utils/serializers/ini.scm (rosenthal): Adjust module
import.
* modules/rosenthal/utils/serializers/yaml.scm (rosenthal): Adjust module
import.
2025-05-31 02:53:46 +08:00
Hilton Chain
8ac0385185
rosenthal: hugo: Update to 0.147.6.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.6.
2025-05-29 20:15:19 +08:00
Hilton Chain
99437a4d05
rosenthal: navidrome-bin: Update to 0.56.0.
* modules/rosenthal/packages/binaries.scm (navidrome-bin): Update to 0.56.0.
2025-05-29 20:15:18 +08:00
Hilton Chain
9073ac0309
rosenthal: Remove go-1.24.
* modules/rosenthal/packages/golang.scm (go-1.24): Delete variable.
2025-05-29 00:13:55 +08:00
Hilton Chain
fbef0d3861
utils: Update serializers from RDE.
* modules/rosenthal/utils/serializers/ini.scm: New file.
* modules/rosenthal/utils/serializers/utils.scm: New file.
* modules/rosenthal/utils/serializers/yaml.scm: New file.
* modules/rosenthal/utils/home-services-utils.scm: Delete file.
* modules/rosenthal/services/child-error.scm (home-wakapi-shepherd-service):
Use the new serializer.
* modules/rosenthal/services/web.scm (misskey-oci-containers): Likewise.
2025-05-28 23:37:55 +08:00
Hilton Chain
0eb43ffea3
rosenthal: Add sops.
* modules/rosenthal/packages/password-utils.scm: New file.
2025-05-24 23:32:40 +08:00
Hilton Chain
bbfce5ba97
rosenthal: dnsmasq-china-list: Update to 0-19.c7ed419.
* modules/rosenthal/packages/dns.scm (dnsmasq-china-list): Update to
0-19.c7ed419.
2025-05-24 16:58:00 +08:00
Hilton Chain
8ab6e64fe4
maint: Replace property ‘rosenthal-update?’ with ‘disable-updater?’.
* modules/rosenthal/packages.scm (rosenthal-disable-updater?): New procedure.
2025-05-24 16:54:56 +08:00
Hilton Chain
144a913149
rosenthal: go-1.24: Update to 1.24.3.
* modules/rosenthal/packages/golang.scm (go-1.24): Update to 1.24.3.
2025-05-24 00:08:03 +08:00
Hilton Chain
7f86daa4ab
rosenthal: bitwarden-icecat: Update to 2025.5.0.
* modules/rosenthal/packages/browser-extensions.scm (bitwarden): Update to
2025.5.0.
2025-05-24 00:08:00 +08:00
Hilton Chain
a32dd990ee
rosenthal: wakatime-cli-bin: Update to 1.115.3.
* modules/rosenthal/packages/binaries.scm (wakatime-cli-bin): Update to
1.115.3.
2025-05-24 00:07:58 +08:00
Hilton Chain
9e6028f12b
rosenthal: cloudflare-warp-bin: Update to 2025.4.943.0.
* modules/rosenthal/packages/binaries.scm (cloudflare-warp-bin): Update to
2025.4.943.0.
2025-05-24 00:07:54 +08:00
Hilton Chain
3e0b55291e
maint: Disable updater for some packages.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode)[properties]
<rosenthal-update?>: Disable.
* modules/rosenthal/packages/rust-apps.scm (atuin): Likewise.
* modules/rosenthal/packages/wm.scm (niri): Likewise.
2025-05-24 00:05:58 +08:00
Hilton Chain
931affd185
rosenthal: Add ai-robots-txt.
* modules/rosenthal/packages/web.scm (ai-robots-txt): New variable.
2025-05-23 19:17:35 +08:00
Hilton Chain
a6597e8991
services: Add caddy-service-type.
* modules/rosenthal/services/web.scm (caddy-configuration): New data type.
(caddy-accounts, caddy-privileged-programs, caddy-activation)
(caddy-shepherd-services): New procedures.
(caddy-service-type): New variable.
2025-05-23 19:07:31 +08:00
Hilton Chain
a05d3c5fa9
rosenthal: Add caddy-hako.
* modules/rosenthal/packages/web.scm (caddy)[arguments]<#:import-path>: Set
conditionally.
(caddy/hako): New variable.
2025-05-23 17:06:43 +08:00
Hilton Chain
ce7409a4e1
rosenthal: hugo: Update to 0.147.5.
* modules/rosenthal/packages/web.scm (hugo): Update to 0.147.5.
[native-inputs]: Update vendored dependencies.
2025-05-22 20:35:59 +08:00
Hilton Chain
c3dc8a64aa
rosenthal: tailscale: Update to 1.84.0.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.84.0.
[native-inputs]: Update vendored dependencies.
2025-05-22 20:35:46 +08:00
Hilton Chain
e19a52b1ec
rosenthal: sing-box: Update to 1.11.11.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.11.11.
[native-inputs]: Update vendored dependencies.
2025-05-22 20:35:29 +08:00
Hilton Chain
611266ce29
rosenthal: mihomo: Update to 1.19.9.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.9.
[native-inputs]: Update vendored dependencies.
2025-05-22 20:35:15 +08:00
Hilton Chain
f5834187a1
rosenthal: cloudflared: Update to 2025.5.0.
* modules/rosenthal/packages/networking.scm (cloudflared): Update to 2025.5.0.
2025-05-22 20:19:05 +08:00
Hilton Chain
3b6888420d
rosenthal: komga-bin: Update to 1.21.3.
* modules/rosenthal/packages/binaries.scm (komga-bin): Update to 1.21.3.
2025-05-22 20:19:03 +08:00
Hilton Chain
e4496a50ad
rosenthal: forgejo: Update to 11.0.1.
* modules/rosenthal/packages/web.scm (forgejo): Update to 11.0.1.
[arguments]<#:go>: Use go-1.24.
<#:build-flags>: Adjust according to import path change.
<#:phases>: Likewise.
2025-05-17 19:19:49 +08:00
Hilton Chain
2748dca5eb
rosenthal: Add emacs-caddyfile-mode.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-caddyfile-mode): New
variable.
2025-05-17 16:57:32 +08:00
Hilton Chain
1653fe453d
rosenthal: ohmyech-icecat: Add source file name.
* modules/rosenthal/packages/browser-extensions.scm (ohmyech)[source]: Add
file name.
2025-05-17 16:52:29 +08:00
Hilton Chain
4989a66100
rosenthal: miniflux-injector-icecat: Move to browser-extensions.
* modules/rosenthal/packages/binaries.scm (miniflux-injector)
(miniflux-injector/icecat): Move to...
* modules/rosenthal/packages/browser-extensions.scm (miniflux-injector)
(miniflux-injector/icecat): ...here
2025-05-17 16:30:03 +08:00
Hilton Chain
1107486c29
rosenthal: bitwarden-icecat: Move to browser-extensions.
* modules/rosenthal/packages/binaries.scm (bitwarden, bitwarden/icecat): Move
to...
* modules/rosenthal/packages/browser-extensions.scm (bitwarden)
(bitwarden/icecat): ...here.
2025-05-17 16:30:03 +08:00
Hilton Chain
a24818555e
rosenthal: Add ohmyech-icecat.
* modules/rosenthal/packages/browser-extensions.scm: New file.
2025-05-17 16:30:02 +08:00