dotfiles/systemd/user/pkglist-commit.service
foo-dogsquared d117f30281 Add YASnippets to Doom Emacs and systemd
I've also changed the target of zsh to its appropriate location according to the XDG Base Directory specs so that's neat.
2020-06-01 23:31:18 +08:00

10 lines
159 B
Desktop File

[Unit]
Description=Commit the package list into the dotfiles
[Service]
Type=oneshot
ExecStart=%h/.local/bin/commit-pkglist
[Install]
WantedBy=default.target