Emacs package
This commit is contained in:
parent
54ff0cc3ae
commit
a16e106f98
4 changed files with 72 additions and 19 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#:use-module (gnu home services dotfiles)
|
||||
#:use-module (gnu home services sound)
|
||||
#:use-module (gnu home services desktop)
|
||||
#:use-module (guix-config packages emacs)
|
||||
#:use-module (guix-config home services emacs)
|
||||
#:use-module (guix-config home services secretsd)
|
||||
#:use-module (gnu home services niri))
|
||||
|
|
@ -36,8 +37,7 @@
|
|||
(home-environment
|
||||
;; Below is the list of packages that will show up in your
|
||||
;; Home profile, under ~/.guix-home/profile.
|
||||
(packages (list emacs-pgtk
|
||||
font-iosevka
|
||||
(packages (list font-iosevka
|
||||
git
|
||||
kitty
|
||||
btop
|
||||
|
|
@ -85,13 +85,9 @@
|
|||
(service home-secretsd-service-type)
|
||||
(service home-emacs-service-type
|
||||
(home-emacs-configuration
|
||||
(emacs emacs-pgtk)
|
||||
(emacs guixmacs)
|
||||
(config-file
|
||||
(local-file "./emacs/config.el"))
|
||||
(early-config-file
|
||||
(local-file "./emacs/init.el"))
|
||||
; (emacs-packages (list
|
||||
; emacs-guix))
|
||||
))
|
||||
)
|
||||
(local-file "./emacs/init.el")))))
|
||||
%base-home-services)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue