dotfiles/systemd/user/pkglist-update.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

11 lines
254 B
Desktop File

[Unit]
Description=Create a package list from the Arch Linux repos
[Service]
Type=oneshot
ExecStart=/usr/bin/pacman -Qqem > $HOME/dotfiles/aur-packages.txt
ExecStart=/usr/bin/pacman -Qqen > $HOME/dotfiles/packages.txt
[Install]
WantedBy=default.target