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.
11 lines
254 B
Desktop File
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
|