nixos/gnome: Allow disabling sysprof

This commit is contained in:
Jan Tojnar 2021-05-11 18:11:01 +02:00
parent 8ad5d65d09
commit 8380ceb766
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -554,7 +554,7 @@ in
/* gnome-boxes */
] config.environment.gnome.excludePackages);
services.sysprof.enable = true;
services.sysprof.enable = notExcluded pkgs.sysprof;
})
];