mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-26 11:44:23 +00:00
Compare commits
No commits in common. "ed9a415397c2957665fc042d98393f004fe6ba02" and "41e46a25233778ebfc766762c6f455d922416d63" have entirely different histories.
ed9a415397
...
41e46a2523
@ -1,28 +0,0 @@
|
|||||||
;;; -*- mode: scheme -*-
|
|
||||||
|
|
||||||
;; info "(guix) Channels"
|
|
||||||
;; https://guix.gnu.org/manual/devel/en/html_node/Channels.html
|
|
||||||
|
|
||||||
(list (channel
|
|
||||||
(inherit %default-guix-channel)
|
|
||||||
(name 'guix)
|
|
||||||
(url "https://git.guix.gnu.org/guix.git"))
|
|
||||||
|
|
||||||
(channel
|
|
||||||
(name 'nonguix)
|
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
|
||||||
(introduction
|
|
||||||
(make-channel-introduction
|
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
|
||||||
(openpgp-fingerprint
|
|
||||||
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5"))))
|
|
||||||
|
|
||||||
(channel
|
|
||||||
(name 'rosenthal)
|
|
||||||
(url "https://codeberg.org/hako/rosenthal.git")
|
|
||||||
(branch "trunk")
|
|
||||||
(introduction
|
|
||||||
(make-channel-introduction
|
|
||||||
"7677db76330121a901604dfbad19077893865f35"
|
|
||||||
(openpgp-fingerprint
|
|
||||||
"13E7 6CD6 E649 C28C 3385 4DF5 5E5A A665 6149 17F7")))))
|
|
||||||
@ -1,5 +0,0 @@
|
|||||||
# Start user Shepherd in environments that support XDG Autostart.
|
|
||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Shepherd
|
|
||||||
Exec=shepherd
|
|
||||||
@ -662,10 +662,7 @@ set-keymap us dvorak -o ctrl:nocaps\n")
|
|||||||
(license #f))))
|
(license #f))))
|
||||||
|
|
||||||
(define %rosenthal-skeletons
|
(define %rosenthal-skeletons
|
||||||
`((".config/autostart/shepherd.desktop"
|
`((".config/emacs/init.el"
|
||||||
,(local-file "../examples/shepherd.desktop"))
|
|
||||||
|
|
||||||
(".config/emacs/init.el"
|
|
||||||
,(local-file "../examples/emacs/init.el"))
|
,(local-file "../examples/emacs/init.el"))
|
||||||
(".config/emacs/init-fonts.el"
|
(".config/emacs/init-fonts.el"
|
||||||
,(local-file "../examples/emacs/init-fonts.el"))
|
,(local-file "../examples/emacs/init-fonts.el"))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user