Commit Graph

705 Commits

Author SHA1 Message Date
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
cc554d7f5e
maint: Add direnv configuration.
* .envrc: New file.
2025-05-29 20:00:36 +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