23 lines
574 B
YAML
23 lines
574 B
YAML
{{- if .development.emacs }}
|
|
.config/emacs:
|
|
type: git-repo
|
|
url: https://github.com/ndwarshuis/.emacs.d.git
|
|
{{- end }}
|
|
{{- if .desktop }}
|
|
.config/rofi-extras:
|
|
type: git-repo
|
|
url: https://github.com/ndwarshuis/rofi-extras.git
|
|
.config/xmonad:
|
|
type: git-repo
|
|
url: https://github.com/ndwarshuis/xmonad-config.git
|
|
.config/conky:
|
|
type: git-repo
|
|
url: https://github.com/ndwarshuis/universal-conky.git
|
|
clone-args: --recurse-submodules
|
|
{{- end }}
|
|
{{- if .features.virtualbox }}
|
|
.config/xman:
|
|
type: git-repo
|
|
url: https://github.com/ndwarshuis/xman.git
|
|
{{- end }}
|