fschl/systems/common: fix dotfiles import path

This commit is contained in:
Frieder Schlesier 2024-06-01 16:35:41 +02:00
parent fa19de0f0f
commit f764bfc86d
1 changed files with 3 additions and 3 deletions

View File

@ -27,10 +27,10 @@
("EDITOR" . "emacsclient") ("EDITOR" . "emacsclient")
;; Add some things to $PATH (maybe integrate into other services?) ;; Add some things to $PATH (maybe integrate into other services?)
;; ("PATH" . "$HOME/.bin:$HOME/.npm-global/bin:$PATH") ;; ("PATH" . "$HOME/.bin:$HOME/.npm-global/bin:$PATH")
;; Make sure Flatpak apps are visible ;; Make sure Flatpak apps are visible
;; ("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share") ("XDG_DATA_DIRS" . "$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share")
;; Make sure JAVA_HOME is set ;; Make sure JAVA_HOME is set
;; TODO: Move this to a different service ;; TODO: Move this to a different service
@ -92,7 +92,7 @@
(service home-dotfiles-service-type (service home-dotfiles-service-type
(home-dotfiles-configuration (home-dotfiles-configuration
(directories (list "../home-services/dotfiles")))) (directories (list "../../.config"))))
;; Start background jobs ;; Start background jobs
;; (service home-mcron-service-type ;; (service home-mcron-service-type