Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/applications
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-09 08:08:53 +0000
committerGitHub <noreply@github.com>2021-04-09 08:08:53 +0000
commit3d659dead8cf06e71ad9c36db1abec3f22335414 (patch)
tree6e6c277bd976ee2e1bb5b06db98aa75b6bf22dd6 /profiles/applications
parentf8bf2b313ab8c06571d44c571143c28864599223 (diff)
parentb85514ae5e4cdedf00795f165fbcd17abd2cb4fd (diff)
Merge pull request #251 from advaithm/torxed-v2.2.0
Split drivers from xorg and create a seprate profile for wayland. Remove the use of sddm from sway and raise issues with the nvidia drivers
Diffstat (limited to 'profiles/applications')
-rw-r--r--profiles/applications/sway.py3
1 files changed, 3 insertions, 0 deletions
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