chore: remove superfluous dbus enable

This commit is contained in:
oddlama 2023-09-04 16:18:17 +02:00
parent d138154633
commit 09798a5b24
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -1,10 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [wayland];
services.dbus.enable = true;
xdg.portal = {
enable = true;
wlr.enable = true;
# gtk portal needed to make gtk apps happy
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
};
}