fschl/systems/common: fix dotfiles import path
This commit is contained in:
parent
fa19de0f0f
commit
f764bfc86d
|
@ -27,10 +27,10 @@
|
|||
("EDITOR" . "emacsclient")
|
||||
|
||||
;; 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
|
||||
;; ("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
|
||||
;; TODO: Move this to a different service
|
||||
|
@ -92,7 +92,7 @@
|
|||
|
||||
(service home-dotfiles-service-type
|
||||
(home-dotfiles-configuration
|
||||
(directories (list "../home-services/dotfiles"))))
|
||||
(directories (list "../../.config"))))
|
||||
|
||||
;; Start background jobs
|
||||
;; (service home-mcron-service-type
|
||||
|
|
Loading…
Reference in New Issue