index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 08:08:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 08:08:53 +0000 |
commit | 3d659dead8cf06e71ad9c36db1abec3f22335414 (patch) | |
tree | 6e6c277bd976ee2e1bb5b06db98aa75b6bf22dd6 /profiles/applications | |
parent | f8bf2b313ab8c06571d44c571143c28864599223 (diff) | |
parent | b85514ae5e4cdedf00795f165fbcd17abd2cb4fd (diff) |
-rw-r--r-- | profiles/applications/sway.py | 3 |
diff --git a/profiles/applications/sway.py b/profiles/applications/sway.py new file mode 100644 index 00000000..7434c62a --- /dev/null +++ b/profiles/applications/sway.py @@ -0,0 +1,3 @@ +import archinstall +packages = "sway swaylock swayidle dmenu alacritty" +installation.add_additional_packages(packages)
\ No newline at end of file |