Small emacs service
This commit is contained in:
parent
4db81bbde7
commit
54ff0cc3ae
5 changed files with 1141 additions and 24 deletions
|
|
@ -22,6 +22,7 @@
|
|||
#:use-module (gnu packages admin)
|
||||
#:use-module (gnu packages fonts)
|
||||
#:use-module (gnu packages games)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu services)
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (gnu home services shells)
|
||||
|
|
@ -44,8 +45,6 @@
|
|||
librewolf
|
||||
icecat
|
||||
nheko
|
||||
supertux
|
||||
supertuxkart
|
||||
;birdtray
|
||||
nextcloud-client
|
||||
nautilus
|
||||
|
|
@ -54,6 +53,7 @@
|
|||
quickshell
|
||||
cava
|
||||
wl-clipboard
|
||||
cliphist
|
||||
brightnessctl
|
||||
qtmultimedia
|
||||
`(,glib "bin")
|
||||
|
|
@ -83,15 +83,15 @@
|
|||
(home-dotfiles-configuration
|
||||
(directories '("../../files"))))
|
||||
(service home-secretsd-service-type)
|
||||
; (service home-emacs-service-type
|
||||
; (home-emacs-configuration
|
||||
; (emacs emacs-pgtk)
|
||||
; (config-file
|
||||
; "../../../.emacs.d/config.el")
|
||||
; (early-config-file
|
||||
; "../../../.emacs.d/init.el")
|
||||
(service home-emacs-service-type
|
||||
(home-emacs-configuration
|
||||
(emacs emacs-pgtk)
|
||||
(config-file
|
||||
(local-file "./emacs/config.el"))
|
||||
(early-config-file
|
||||
(local-file "./emacs/init.el"))
|
||||
; (emacs-packages (list
|
||||
; emacs-guix))
|
||||
;))
|
||||
))
|
||||
)
|
||||
%base-home-services)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue