Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'profiles')
-rw-r--r--profiles/applications/pipewire.py5
-rw-r--r--profiles/gnome.py2
2 files changed, 1 insertions, 6 deletions
diff --git a/profiles/applications/pipewire.py b/profiles/applications/pipewire.py
deleted file mode 100644
index aea5b50d..00000000
--- a/profiles/applications/pipewire.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import archinstall
-
-packages = ["pipewire", "pipewire-alsa", "pipewire-docs", "pipewire-jack", "pipewire-media-session", "pipewire-pulse", "gst-plugin-pipewire", "libpulse"]
-
-installation.add_additional_packages(packages)
diff --git a/profiles/gnome.py b/profiles/gnome.py
index 2e26350a..c75cafee 100644
--- a/profiles/gnome.py
+++ b/profiles/gnome.py
@@ -31,7 +31,7 @@ if __name__ == 'gnome':
# Install the application gnome from the template under /applications/
gnome = archinstall.Application(installation, 'gnome')
gnome.install()
-
+
installation.enable_service('gdm') # Gnome Display Manager
# We could also start it via xinitrc since we do have Xorg,
# but for gnome that's deprecated and wayland is preferred.