mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 16:57:54 +00:00
d117f30281
I've also changed the target of zsh to its appropriate location according to the XDG Base Directory specs so that's neat.
10 lines
159 B
Desktop File
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
|