examples: Adjust examples.

* modules/rosenthal/examples/emacs/init-fonts.el: Add link to original source.
* modules/rosenthal/examples/guix/config.tmpl (%my-user): Replace password hash.
(%my-home): Adjust service extension name.
This commit is contained in:
Hilton Chain 2026-02-15 22:01:01 +08:00
parent cec050aba3
commit 5b6af027a7
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,7 @@
;;; -*- lexical-binding: t -*- ;;; -*- lexical-binding: t -*-
;; https://github.com/nykma/nema/blob/develop/my-sample/font.el
;;guix:font-adobe-source-serif ;;guix:font-adobe-source-serif
;;guix:font-google-noto-emoji ;;guix:font-google-noto-emoji
;;guix:font-sarasa-gothic ;;guix:font-sarasa-gothic

View File

@ -18,9 +18,8 @@
(user-account (user-account
(name "alice") (name "alice")
;; Initial password: test ;; Initial password: test
;; Generated using: ;; Change your password via `passwd' after logged in.
;; echo "test" | guix shell openssl -- openssl passwd -6 -stdin (password (crypt "test" "$6$abc"))
(password "$6$/KCO8Hq.mcvOg5IW$1r4sExgrmhKulz.0fhWGn3CYtLFYvcDPw8rJSxXET3O1uwuEZTcILcTQJ2eE8kDiBw/30.C7H3.xHISQo5CWj0")
(group "users") (group "users")
(supplementary-groups '("wheel" "audio" "video")) (supplementary-groups '("wheel" "audio" "video"))
(shell (file-append fish "/bin/fish")))) (shell (file-append fish "/bin/fish"))))
@ -106,7 +105,7 @@
fcitx5-unikey)))) fcitx5-unikey))))
;; Font config. ;; Font config.
(simple-service 'extra-fontconfig home-fontconfig-service-type (simple-service 'extend-fontconfig home-fontconfig-service-type
(let ((sans "Noto Sans") (let ((sans "Noto Sans")
(serif "Noto Serif") (serif "Noto Serif")
(mono "Victor Mono") (mono "Victor Mono")