nixos/gnome: Allow disabling sysprof

This commit is contained in:
Jan Tojnar
2021-05-11 18:11:01 +02:00
parent 8ad5d65d09
commit 8380ceb766

View File

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