Commit 5a60a1a9 authored by Jan Tojnar's avatar Jan Tojnar
Browse files

nixos/gnome: Enable RTKit by default

Without this, Mutter will complain at startup:

    .gnome-shell-wr[1013]: Failed to make thread 'KMS thread' high priority scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist

PipeWire, WirePlumber and xdg-desktop-portal-gnome complain about the missing service too.
parent ec5f0887
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ in
      hardware.bluetooth.enable = mkDefault true;
      programs.dconf.enable = true;
      security.polkit.enable = true;
      security.rtkit.enable = mkDefault true;
      services.accounts-daemon.enable = true;
      services.dleyna.enable = mkDefault true;
      services.power-profiles-daemon.enable = mkDefault true;