Merge pull request #139367 from andersk/gnome-shell-wrapped

nixos/gnome: Fix broken .gnome-shell-wrapped wrapper
This commit is contained in:
Michele Guerini Rocco 2021-09-25 10:12:51 +02:00 committed by GitHub
commit 828a3b5d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,6 +476,8 @@ in
(mkIf serviceCfg.experimental-features.realtime-scheduling {
security.wrappers.".gnome-shell-wrapped" = {
source = "${pkgs.gnome.gnome-shell}/bin/.gnome-shell-wrapped";
owner = "root";
group = "root";
capabilities = "cap_sys_nice=ep";
};