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

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

Same as d1eeb64. This is forgotten in PR 130380.
This commit is contained in:
Bobby Rong 2023-03-01 09:58:44 +08:00
parent 39caebaba5
commit 1f9308f005
No known key found for this signature in database

View file

@ -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