nixos/gnome: Allow disabling sysprof
This commit is contained in:
parent
8ad5d65d09
commit
8380ceb766
@ -554,7 +554,7 @@ in
|
|||||||
/* gnome-boxes */
|
/* gnome-boxes */
|
||||||
] config.environment.gnome.excludePackages);
|
] config.environment.gnome.excludePackages);
|
||||||
|
|
||||||
services.sysprof.enable = true;
|
services.sysprof.enable = notExcluded pkgs.sysprof;
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user