dotfiles/.config/systemd/user/confgenfs.service.cgt

10 lines
215 B
Plaintext
Raw Normal View History

2024-03-08 13:04:40 +01:00
[Unit]
Description=ConfgenFS dotfiles
[Service]
Type=exec
ExecStart=<% opt.system "which confgenfs" %> "<% opt.dev_dir %>/dotfiles/confgen.lua" "<% os.getenv "HOME" %>/confgenfs"
[Install]
WantedBy=default.target