summaryrefslogtreecommitdiff
path: root/tw/home.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-11-21 22:09:44 +0100
committerTimo Wilken2023-11-21 22:09:44 +0100
commit68c09c0bdd23a588f8ab75593b0fd8bf5f38d6c7 (patch)
tree60c1ca0a1ba8a2683fdb9cb2804c2ec2dd05bbc0 /tw/home.scm
parent4fb486beb38389d79fbe889439527664ecfb57c0 (diff)
Package Catppuccin themes instead of using git submodules
This makes administrating this repo easier, and the home environment can be reconfigured without having to add the checkout to the guile load path.
Diffstat (limited to 'tw/home.scm')
-rw-r--r--tw/home.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/tw/home.scm b/tw/home.scm
index 2a6340c7..ad233dd6 100644
--- a/tw/home.scm
+++ b/tw/home.scm
@@ -402,8 +402,7 @@ show_border=1
(simple-service 'emacs-config home-xdg-configuration-files-service-type
`(("emacs/include" ,(local-file "home/files/emacs-packages" #:recursive? #t))
("emacs/init.el" ,(local-file "home/files/emacs-init.el"))
- (,(string-append "emacs/" (local-file-name catppuccin-emacs-theme))
- ,catppuccin-emacs-theme)))
+ ("emacs/catppuccin-theme.el" ,catppuccin-emacs)))
(simple-service 'emacsclient-is-editor home-environment-variables-service-type
`(("EDITOR" . "emacsclient -qc")