index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-09 06:38:49 -0400 |
---|---|---|
committer | Dylan Taylor <dylan@dylanmtaylor.com> | 2021-04-09 06:52:18 -0400 |
commit | 02f4392c2250ba23174f4b53538994ae59803fa3 (patch) | |
tree | 517170d1b6b360cd4d64e9d3cec5843a893e8122 /profiles/sway.py | |
parent | e5c118239bb0fe473841fea1704dc754dd4b41cc (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 |