Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/lxqt.py
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/lxqt.py')
-rw-r--r--profiles/lxqt.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/profiles/lxqt.py b/profiles/lxqt.py
index af6337e6..a241353a 100644
--- a/profiles/lxqt.py
+++ b/profiles/lxqt.py
@@ -4,7 +4,16 @@ import archinstall
is_top_level_profile = False
-__packages__ = ["lxqt", "breeze-icons", "oxygen-icons", "xdg-utils", "ttf-freefont", "leafpad", "slock", "sddm"]
+__packages__ = [
+ "lxqt",
+ "breeze-icons",
+ "oxygen-icons",
+ "xdg-utils",
+ "ttf-freefont",
+ "leafpad",
+ "slock",
+ "sddm",
+]
def _prep_function(*args, **kwargs):