mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 22:57:54 +00:00
11 lines
254 B
SYSTEMD
11 lines
254 B
SYSTEMD
|
[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
|