sxmo: bonsai: dont ship service file if sxmo isnt enabled
This commit is contained in:
@@ -146,7 +146,7 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = {
|
config = lib.mkIf config.sane.gui.sxmo.enable {
|
||||||
sane.user.services.bonsaid = {
|
sane.user.services.bonsaid = {
|
||||||
description = "programmable input dispatcher";
|
description = "programmable input dispatcher";
|
||||||
script = ''
|
script = ''
|
||||||
|
Reference in New Issue
Block a user