betterlockscreen: limit to platform linux
This commit is contained in:
parent
5e46262cb1
commit
0dab813748
|
@ -37,6 +37,11 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
assertions = [
|
||||
(lib.hm.assertions.assertPlatform "services.betterlockscreen" pkgs
|
||||
lib.platforms.linux)
|
||||
];
|
||||
|
||||
home.packages = [ cfg.package ];
|
||||
|
||||
services.screen-locker = {
|
||||
|
|
Loading…
Reference in a new issue