index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-09 11:47:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 11:47:03 +0000 |
commit | 4664bcf29d31b7caaef2786a3af420a2397f04dd (patch) | |
tree | b5102b720745d7e0e7812527966f2dec661e429e | |
parent | e9c8a5116845c297a258d08b8b5d1a24f4999599 (diff) | |
parent | 02f4392c2250ba23174f4b53538994ae59803fa3 (diff) |
-rw-r--r-- | profiles/sway.py | 2 |
diff --git a/profiles/sway.py b/profiles/sway.py index fd8407df..5633cce2 100644 --- a/profiles/sway.py +++ b/profiles/sway.py @@ -20,5 +20,3 @@ if __name__ == 'sway': # Install the application sway from the template under /applications/ sway = archinstall.Application(installation, 'sway') sway.install() - - installation.enable_service('sddm') # SDDM, which supports Sway |