Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-29 18:41:47 +0000
committerGitHub <noreply@github.com>2021-04-29 18:41:47 +0000
commit5194fdc75cb1da7a54b1c7a7c54888bf721c5327 (patch)
treefae4c958c34724a7a8f90b57791577b16dc9129d
parentfb0ced900fa214ce1b1c4e86f4a91d17c2a4b028 (diff)
parentcef3a3a792a492fa91e464c8dd6d9323546e4e8d (diff)
Merge pull request #397 from dylanmtaylor/patch-4
Fix i3
-rw-r--r--profiles/i3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/i3.py b/profiles/i3.py
index 4d400468..e2db5fc7 100644
--- a/profiles/i3.py
+++ b/profiles/i3.py
@@ -60,4 +60,4 @@ if __name__ == 'i3':
installation.enable_service('lightdm')
# install the i3 group now
- installation.add_additional_packages(installation, archinstall.storage['_i3_configuration']) \ No newline at end of file
+ installation.add_additional_packages(archinstall.storage['_i3_configuration'])