dotfiles/.config/systemd/user/confgenfs.service.cgt
2024-03-08 13:04:40 +01:00

10 lines
215 B
Plaintext

[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