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