Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtirut Wattanamongkol <atirut.wattanamongkol@gmail.com>2021-11-18 21:20:16 +0700
committerGitHub <noreply@github.com>2021-11-18 21:20:16 +0700
commita387205d6c45b2baebb8c68c87180a38762bad33 (patch)
tree78d351eeb5cd617b3a93449cc1c6444a67778e37
parentbd48a6918f3e50388cd90728f2db515c48d3701b (diff)
Add `gnome-software-packagekit-plugin`
This allows GNOME Software to work out of the box. I don't know why it's not a dependency, but GNOME Software is kinda borked without it.
-rw-r--r--profiles/gnome.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/gnome.py b/profiles/gnome.py
index 1b3bf327..d647ddc8 100644
--- a/profiles/gnome.py
+++ b/profiles/gnome.py
@@ -9,6 +9,7 @@ __packages__ = [
"gnome",
"gnome-tweaks",
"gdm",
+ "gnome-software-packagekit-plugin",
]