Merge pull request #219004 from bobby285271/fix/pantheon-add-mutter-udev

nixos/pantheon: add mutter to services.udev.packages
This commit is contained in:
Bobby Rong 2023-03-02 09:55:20 +08:00 committed by GitHub
commit 3374c1ab48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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