mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
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:
parent
cec050aba3
commit
5b6af027a7
@ -1,5 +1,7 @@
|
||||
;;; -*- lexical-binding: t -*-
|
||||
|
||||
;; https://github.com/nykma/nema/blob/develop/my-sample/font.el
|
||||
|
||||
;;guix:font-adobe-source-serif
|
||||
;;guix:font-google-noto-emoji
|
||||
;;guix:font-sarasa-gothic
|
||||
|
||||
@ -18,9 +18,8 @@
|
||||
(user-account
|
||||
(name "alice")
|
||||
;; Initial password: test
|
||||
;; Generated using:
|
||||
;; echo "test" | guix shell openssl -- openssl passwd -6 -stdin
|
||||
(password "$6$/KCO8Hq.mcvOg5IW$1r4sExgrmhKulz.0fhWGn3CYtLFYvcDPw8rJSxXET3O1uwuEZTcILcTQJ2eE8kDiBw/30.C7H3.xHISQo5CWj0")
|
||||
;; Change your password via `passwd' after logged in.
|
||||
(password (crypt "test" "$6$abc"))
|
||||
(group "users")
|
||||
(supplementary-groups '("wheel" "audio" "video"))
|
||||
(shell (file-append fish "/bin/fish"))))
|
||||
@ -106,7 +105,7 @@
|
||||
fcitx5-unikey))))
|
||||
|
||||
;; Font config.
|
||||
(simple-service 'extra-fontconfig home-fontconfig-service-type
|
||||
(simple-service 'extend-fontconfig home-fontconfig-service-type
|
||||
(let ((sans "Noto Sans")
|
||||
(serif "Noto Serif")
|
||||
(mono "Victor Mono")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user