Unverified Commit 1f9308f0 authored by Bobby Rong's avatar Bobby Rong
Browse files

nixos/pantheon: add mutter to services.udev.packages

For ./lib/udev/rules.d/61-mutter.rules

Same as d1eeb643. This is forgotten in PR 130380.
parent 39caebab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -169,6 +169,9 @@ in
      };
      services.udev.packages = [
        pkgs.pantheon.gnome-settings-daemon
        # Force enable KMS modifiers for devices that require them.
        # https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1443
        pkgs.pantheon.mutter
      ];
      systemd.packages = [
        pkgs.pantheon.gnome-settings-daemon