summaryrefslogtreecommitdiff
path: root/suweren
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-08-01 13:26:06 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-08-01 13:26:06 +0200
commiteaddf67b7500bff8639daf69f9a56f7afc0b10ba (patch)
tree329bbb1964e1cac3903c19a8ccffc25c59ee81ab /suweren
parent8dd93b5d005676a2d57d2ebda94a1012f09fcb12 (diff)
config(home): remove emacs files from the generic home declaration
Diffstat (limited to 'suweren')
-rw-r--r--suweren/home.scm2
-rw-r--r--suweren/home/services.scm3
2 files changed, 2 insertions, 3 deletions
diff --git a/suweren/home.scm b/suweren/home.scm
index 6fea968..1a15a81 100644
--- a/suweren/home.scm
+++ b/suweren/home.scm
@@ -39,7 +39,6 @@
#:use-module (gnu services)
;; suweren-home-bash-configuration
- ;; suweren-home-xdg-configuration-files-extension
#:use-module (suweren home services)
;; suweren-home-fontconfig-service-type
@@ -76,5 +75,4 @@
profile
shepherd
suweren-home-fontconfig-service-type
- suweren-home-xdg-configuration-files-extension
update-commands*)))
diff --git a/suweren/home/services.scm b/suweren/home/services.scm
index 1742b91..010b323 100644
--- a/suweren/home/services.scm
+++ b/suweren/home/services.scm
@@ -12,7 +12,8 @@
(home-bash-configuration (bashrc bashrc)
(bash-profile bash-profile))))
-(define-public suweren-home-xdg-configuration-files-extension
+;; deprecated
+(define-public emacs-configuration
(let* ((emacs-configuration-file (local-file "emacs-configuration.el"))
(emacs-gnus-file (local-file "emacs-gnus.el"))
(emacs-init-file (local-file "emacs-init.el"))