Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-11-01 11:57:04 +0000
committerAnton Hvornum <anton.feeds@gmail.com>2021-11-01 11:57:04 +0000
commitb42b3a2ce5de7de22532f51d740197a8f2d9bb9c (patch)
treeffa52e75a5c0727c9152a03fac3f4e46f26f4280 /profiles
parent566693c4f8a9b636c144cd43dd6f4030b670c9ce (diff)
parentb8808491937a6140c9b4df00b4f27ef0405344a4 (diff)
Merged upstream master into PR branch.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/cutefish.py1
-rw-r--r--profiles/xorg.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/profiles/cutefish.py b/profiles/cutefish.py
index 1df2467a..486fa389 100644
--- a/profiles/cutefish.py
+++ b/profiles/cutefish.py
@@ -7,7 +7,6 @@ is_top_level_profile = False
__packages__ = [
"cutefish",
"noto-fonts",
- "konsole",
"sddm"
]
diff --git a/profiles/xorg.py b/profiles/xorg.py
index b8f33068..b76227ed 100644
--- a/profiles/xorg.py
+++ b/profiles/xorg.py
@@ -11,7 +11,6 @@ __packages__ = [
'xorg-server',
'xorg-xinit',
'nvidia-dkms',
- 'xorg-server',
*archinstall.lib.hardware.__packages__,
]