Commit Graph

1251 Commits

Author SHA1 Message Date
Hilton Chain
63d7c774dc
rosenthal: noctalia: Update to 5.0.0-beta2.
* modules/rosenthal/packages/wm.scm (noctalia): Update to 5.0.0-beta2.
[inputs]: Add md4c, nlohmann-json, stb-image-resize2, stb-image-write,
tomlplusplus.
[arguments]: Adjust stb import path.
2026-07-11 02:30:16 +08:00
Hilton Chain
08ac8f2e93
rosenthal: mautrix-telegram: Update to 0.2606.0.
* modules/rosenthal/packages/messaging.scm (mautrix-telegram): Update to
0.2606.0.
[build-system]: Switch to go-vendored-build-system.
[native-inputs, propagated-inputs, inputs]: Remove all old inputs.
[inputs]: Add bash-minimal, ffmpeg, lottie-converter, olm.
2026-07-11 02:30:16 +08:00
Hilton Chain
5d5aefca89
build/go-vendored: Set GOTOOLCHAIN to local.
* modules/rosenthal/build/go-vendored-build-system.scm (unpack-vendored-dependencies):
Set GOTOOLCHAIN to local.
2026-07-11 02:30:14 +08:00
Hilton Chain
3a0838e5e0
utils: nix: Change a few variables to parameters. 2026-07-06 21:53:12 +08:00
Hilton Chain
d687672c1c
services: nix-search-paths: Set LOCALE_ARCHIVE environment variable. 2026-07-06 21:12:38 +08:00
Hilton Chain
4d553b92ce
services: nix-search-paths: Group system and home extensions. 2026-07-06 21:12:35 +08:00
Hilton Chain
6cf57b252d
rosenthal: noctalia: Update to 5.0.0-beta1.
* modules/rosenthal/packages/wm.scm (rosenthal): Update to 5.0.0-beta1.
[arguments]: Enable tests.
[inputs]: Add wireplumber.
2026-07-05 00:07:14 +08:00
Hilton Chain
745ad5e88f
services: nix-search-paths: Add nix-search-paths-activation.
* modules/rosenthal/services/nix.scm (nix-search-paths-activation): New
procedure.
(nix-search-paths-service-type, home-nix-search-paths-service-type): Use it.
2026-07-05 00:07:13 +08:00
Hilton Chain
388bb5dbd0
utils: nix: Adjust variable names and docstrings. 2026-07-04 12:48:51 +08:00
Hilton Chain
386de67aee
util: nix: Correct comment for <nix-wrapper>. 2026-07-04 12:33:57 +08:00
Hilton Chain
180635cee4
util: nix: Add <nix-wrapper>.
* modules/rosenthal/utils/nix.scm (<nix-wrapper>): New data type.
(nix-expressions->profile-build-wrapper, nix-shell-wrapper): Return a value of
it.
(nix-shell-wrapper->package, with-nix-profile): Use it.
2026-07-04 12:30:49 +08:00
Hilton Chain
30af71b024
util: nix-expressions->profile-build-wrapper: Deduplicate expressions list. 2026-07-04 12:30:47 +08:00
Hilton Chain
c2722ed176
utils: nix: Add and use %nix-wrapper-default-exclude-env-paths. 2026-07-03 10:36:55 +08:00
Hilton Chain
428a150814
services: nix-search-paths: Correct build-nix-profile path. 2026-07-03 02:41:33 +08:00
Hilton Chain
39eb45af2b
services: Add nix-search-paths-service-type and home-nix-search-paths-service-type.
* modules/rosenthal/services/nix.scm: New file.
2026-07-03 02:10:34 +08:00
Hilton Chain
e28731a5de
utils: nix-expressions->profile-build-wrapper: Move #:link-to argument to command-line.
* modules/rosenthal/utils/nix.scm (nix-expressions->profile-build-wrapper):
Remove #:link-to argument and get it from command-line instead.
(with-nix-profile): Remove path argument.
2026-07-03 02:10:32 +08:00
Hilton Chain
5f88ec068e
utils: with-nix-profile: Use a shorter example. 2026-07-02 21:54:35 +08:00
Hilton Chain
83773b25db
utils: Add with-nix-profile.
* modules/rosenthal/utils/nix.scm (%nix-shell-wrapper-for-profile?): New
parameter.
(with-nix-profile): New macro.
(nix-expressions->profile-build-wrapper, nix-shell-wrapper)
(nix-shell-wrapper->package): Adjust for it.
2026-07-02 19:56:01 +08:00
Hilton Chain
4d2f3a2e0c
utils: installables->nix-expressions: Fix attrpath check. 2026-07-02 19:55:58 +08:00
Hilton Chain
205b14dd34
util: nix: Add missing exports.
* modules/rosenthal/utils/nix.scm (%nix-build-profile-paths)
(%nix-build-profile-extra-outputs): Export.
2026-07-02 17:09:44 +08:00
Hilton Chain
06a8a5f726
utils: Add nix-expressions->profile-build-wrapper.
* modules/rosenthal/utils/nix.scm (%nix-build-profile-paths)
(%nix-build-profile-extra-outputs): New variables.
(ensure-list, installables->nix-expressions)
(nix-expressions->profile-build-wrapper): New procedures.
(nix-shell-wrapper): Use ensure-list.
2026-07-02 17:02:02 +08:00
Hilton Chain
fe34e0911d
utils: nix-shell-wrapper: Fix match usage.
Probably I extended it from cond and forgot the else usage...
2026-07-02 01:21:49 +08:00
Hilton Chain
3f77432233
utils: nix-shell-wrapper: Fix #:environment-keep appending. 2026-07-01 18:28:06 +08:00
Hilton Chain
7a2f31556f
utils: nix-shell-wrapper: Add environment options and improve expression handling. 2026-07-01 16:54:24 +08:00
Hilton Chain
17c2fdf76e
build-system: go-vendored: Fix build system name.
* modules/rosenthal/build-system/go-vendored.scm (go-vendored-build-system): Use
go-vendored as name.
2026-06-28 19:43:36 +08:00
Hilton Chain
8bf6002818
build-system: Add go-vendored-build-system.
* modules/rosenthal/utils/download.scm (go-mod-vendor): Sync with Nonguix.
* modules/rosenthal/build/go-vendored-build-system.scm
* modules/rosenthal/build-system/go-vendored.scm: New files.
* modules/rosenthal/packages/networking.scm (cloudflared, mihomo, sing-box)
(tailscale): Use go-vendored-build-system.
* modules/rosenthal/packages/web.scm (anubis-anti-crawler, caddy, caddy/dolly)
(forgejo): Likewise.
2026-06-28 19:41:05 +08:00
Hilton Chain
ffce98cafe
rosenthal: Remove jujutsu/dolly.
* modules/rosenthal/packages/patches/jujutsu-save-jjdescription-file-inside-repository.patch:
Delete file.
* modules/rosenthal/packages/version-control.scm (jujutsu/dolly): Delete variable.
2026-06-28 19:41:03 +08:00
Hilton Chain
398f692861
utils: nix-shell-wrapper: Fix typo in docstring. 2026-06-27 23:35:29 +08:00
Hilton Chain
32b08cc095
utils: Add nix-shell-wrapper.
* modules/rosenthal/utils/nix.scm: New file.
2026-06-27 23:17:19 +08:00
Hilton Chain
fbb478cc2c
services: vaultwarden: Use the vaultwarden package in Guix.
* modules/rosenthal/services/web.scm (vaultwarden-web-vault): New variable.
(vaultwarden-configuration) [vaultwarden, web-vault, group-id]: New fields.
(vaultwarden-account): Add vaultwarden group.
(vaultwarden-activation): Don't create log file.
(vaultwarden-oci): Adapt to...
(vaultwarden-shepherd-extension): ...this new procedure.
(vaultwarden-service-type): Use it.
2026-06-27 12:36:15 +08:00
Hilton Chain
b8f6b048c9
rosenthal: mirror-substitutes: Update to 0.0.1.
* modules/rosenthal/packages/package-management.scm (mirror-substitutes): Update
to 0.0.1.
2026-06-20 23:49:38 +08:00
Hilton Chain
7de4e2bc47
README: Mention search.guix.moe. 2026-06-20 23:49:36 +08:00
Hilton Chain
05ac833e35
README: Add note on upstreaming. 2026-06-16 18:46:51 +08:00
Hilton Chain
9033ba867d
rosenthal: mirror-substitutes: Update to 0.0.0-2.cd6005b.
* modules/rosenthal/packages/package-management.scm (mirror-substitutes): Update
to 0.0.0-2.cd6005b.
2026-06-16 16:11:20 +08:00
Hilton Chain
07a823cb6b
rosenthal: mirror-substitutes: Update to 0.0.0-1.c05952a.
* modules/rosenthal/packages/package-management.scm (mirror-substitutes): Update
to 0.0.0-1.c05952a.
2026-06-16 13:30:18 +08:00
Hilton Chain
02723cc74a
examples: guix: Update emacs packages as well. 2026-06-15 23:02:11 +08:00
Hilton Chain
a1452f76ac
examples: emacs: Load packages list in the absolute path. 2026-06-15 22:43:20 +08:00
Hilton Chain
40a0e474c7
examples: Update emacs configuration. 2026-06-15 22:40:00 +08:00
Hilton Chain
9f9e2915bf
rosenthal: Remove atuin.
* modules/rosenthal/packages/rust-apps.scm (atuit): Delete variable.
* modules/rosenthal/services/shellutils.scm: Adjust module import.
2026-06-15 22:39:58 +08:00
Hilton Chain
3f71c1448b
rosenthal: noctalia: Update to 5.0.0-1.2070b4b.
* modules/rosenthal/packages/wm.scm (wayland-protocols-1.48): New variable.
(noctalia) Update to 5.0.0-1.2070b4b.
[inputs]: Add gmp, mpfr, libqalculate, libxml2.
Replace wayland-protocols to wayland-protocols-1.48.
2026-06-13 00:12:29 +08:00
Hilton Chain
ed943d36b4
services: Add home-writable-files-manager-service-type.
* modules/rosenthal/home/services/writable-files-manager.scm
(update-writable-files-script, update-writable-files-gexp): New procedure.
(home-writable-files-manager-service-type): New variable.
2026-06-11 20:58:58 +08:00
Hilton Chain
c5b6a2832d
services: home-fcitx5: Install GTK IM modules when not using Wayland.
* modules/rosenthal/services/desktop.scm (home-fcitx5-profile-service): Add
fcitx5-gtk:gtk2, fcitx5-gtk:gtk3, fcitx5-gtk4 into home profile when not using
wayland-frontend? configuration.
2026-06-10 21:25:41 +08:00
Hilton Chain
f1cdc992a2
rosenthal: Add emacs-flycheck-eglot.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-flycheck-eglot): New variable.
2026-06-08 01:02:43 +08:00
Hilton Chain
8d0f3f34c7
rosenthal: tuwunel-bin: Update to 1.7.0.
* modules/rosenthal/packages/binaries.scm (tuwunel-bin): Update to 1.7.0.
2026-06-01 20:03:33 +08:00
Hilton Chain
baa2213866
rosenthal: emacs-majutsu/dolly: Update to 0.6.0-3.f8dda20.
* modules/rosenthal/packages/emacs-xyz.scm (emacs-majutsu/dolly): Update to 0.6.0-3.f8dda20.
2026-06-01 20:03:33 +08:00
Hilton Chain
8c29cb4cde
rosenthal: caddy/dolly: Update to 2026.06.01.
* modules/rosenthal/packages/web.scm (caddy/dolly): Update to 2026.06.01.
[native-inputs]: Update vendored Go dependencies.
2026-06-01 20:03:33 +08:00
Hilton Chain
eeedc71a06
rosenthal: caddy: Update to 2.11.3.
* modules/rosenthal/packages/web.scm (caddy): Update to 2.11.3.
[native-inputs]: Update vendored Go dependencies.
2026-06-01 20:03:33 +08:00
Hilton Chain
9462b7c3db
rosenthal: tailscale: Update to 1.98.4.
* modules/rosenthal/packages/networking.scm (tailscale): Update to 1.98.4.
[native-inputs]: Update vendored Go dependencies.
2026-06-01 20:03:33 +08:00
Hilton Chain
1df01c6699
rosenthal: sing-box: Update to 1.13.12.
* modules/rosenthal/packages/networking.scm (sing-box): Update to 1.13.12.
[native-inputs]: Update vendored Go dependencies.
2026-06-01 20:03:32 +08:00
Hilton Chain
83bd48e8c0
rosenthal: mihomo: Update to 1.19.26.
* modules/rosenthal/packages/networking.scm (mihomo): Update to 1.19.26.
[native-inputs]: Update vendored Go dependencies.
2026-06-01 20:03:32 +08:00