Compare commits
3 commits
31ef9ffe65
...
05dfbea463
Author | SHA1 | Date | |
---|---|---|---|
05dfbea463 | |||
00c4bdde63 | |||
211af48ee1 |
2 changed files with 17 additions and 3 deletions
|
@ -5,6 +5,9 @@
|
||||||
#:select (home-environment))
|
#:select (home-environment))
|
||||||
#:use-module ((gnu packages certs)
|
#:use-module ((gnu packages certs)
|
||||||
#:select (nss-certs))
|
#:select (nss-certs))
|
||||||
|
#:use-module ((gnu packages databases)
|
||||||
|
#:select (recutils
|
||||||
|
emacs-rec-mode))
|
||||||
#:use-module ((gnu packages emacs)
|
#:use-module ((gnu packages emacs)
|
||||||
#:select (emacs-next))
|
#:select (emacs-next))
|
||||||
#:use-module ((gnu packages emacs-xyz)
|
#:use-module ((gnu packages emacs-xyz)
|
||||||
|
@ -210,6 +213,8 @@
|
||||||
emacs-oni-magit
|
emacs-oni-magit
|
||||||
emacs-oni-notmuch
|
emacs-oni-notmuch
|
||||||
gforth
|
gforth
|
||||||
|
recutils
|
||||||
|
emacs-rec-mode
|
||||||
;; Might be needed for certain icons?
|
;; Might be needed for certain icons?
|
||||||
hicolor-icon-theme
|
hicolor-icon-theme
|
||||||
;; Might be needed for cetrificates
|
;; Might be needed for cetrificates
|
||||||
|
@ -252,7 +257,16 @@
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"c23d64f1b8cc086659f8781b27ab6c7314c5cca5"
|
"c23d64f1b8cc086659f8781b27ab6c7314c5cca5"
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F"))))))
|
"50F3 3E2E 5B0C 3D90 0424 ABE8 9BDC F497 A4BB CC7F"))))
|
||||||
|
(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"))))))
|
||||||
|
|
||||||
;; (service home-polybar-service-type
|
;; (service home-polybar-service-type
|
||||||
;; (home-polybar-configuration
|
;; (home-polybar-configuration
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#:use-module (oni packages go))
|
#:use-module (oni packages go))
|
||||||
|
|
||||||
(define-public emacs-oni-config
|
(define-public emacs-oni-config
|
||||||
(let ((commit "dfc257cd8ccf382f396abaa45a547d818db2123f")
|
(let ((commit "03563a75442d06985c79a4867aba761f35929c52")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-oni-config")
|
(name "emacs-oni-config")
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nrs54mhbqbc2fw8k81blnh8s7k9i9j9akqjq8gn0p72bggwwnc4"))))
|
(base32 "03gymvx0xnxm9bxlvwc3xq7734q40l2dc681qc0978g6imb464sr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
(home-page "https://code.ryuslash.org/ryuslash/emacs-config")
|
||||||
(synopsis "My Emacs configuration")
|
(synopsis "My Emacs configuration")
|
||||||
|
|
Loading…
Reference in a new issue