workflows/a-happy-gnome: reduce extra configuration

This commit is contained in:
Gabriel Arazas 2023-02-05 16:24:34 +08:00
parent 97b9a3ff10
commit bbe083cd6a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -97,13 +97,6 @@ in
desktopManager.gnome.enable = true; desktopManager.gnome.enable = true;
}; };
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-wlr
];
};
# All GNOME-related additional options. # All GNOME-related additional options.
services.gnome = { services.gnome = {
core-os-services.enable = true; core-os-services.enable = true;