Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/awesome.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 08:37:54 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 08:37:54 +0000
commit5a4d68e617ba4e76137db96542ebaeb08acd70cb (patch)
treea5d9edd654aa448bec5d3602b58b3e867b5d2655 /profiles/awesome.py
parent5ce8c20333b30452cb908a52185da78f0675233f (diff)
Fixing awesome and xorg for first test run.
Diffstat (limited to 'profiles/awesome.py')
-rw-r--r--profiles/awesome.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/awesome.py b/profiles/awesome.py
index 67e4fd25..e44c2428 100644
--- a/profiles/awesome.py
+++ b/profiles/awesome.py
@@ -2,6 +2,9 @@
import archinstall
+# Install dependency profiles
+archinstall.install_profile('xorg')
+
arguments = {
'keyboard_layout' : 'sv-latin1',
"editor" : "nano",