ENH clean up user services
This commit is contained in:
parent
c95679e6cf
commit
99678fba59
|
@ -14,6 +14,9 @@
|
|||
|
||||
{{ if eq .features.conky_alias "none" -}}
|
||||
.config/conky.yml
|
||||
.config/systemd/user/conky_pacman.service
|
||||
.config/systemd/user/conky_pacman.timer
|
||||
.config/systemd/user/timers.target.wants/conky_pacman.timer
|
||||
{{- end }}
|
||||
|
||||
{{ if not .features.virtualbox -}}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[Service]
|
||||
Environment="REPOS=\"~/Org ~/Org/journal\""
|
|
@ -0,0 +1,2 @@
|
|||
#[Service]
|
||||
#Environment="REPOS=\"repo1 repo2\""
|
|
@ -1 +0,0 @@
|
|||
/home/ndwar/.config/systemd/user/autogit.timer
|
Loading…
Reference in New Issue