enable -> cfg.enable
This commit is contained in:
parent
a1cddab829
commit
ee4024752c
|
@ -45,7 +45,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf enable {
|
config = mkIf cfg.enable {
|
||||||
systemd.user.services.tattler = {
|
systemd.user.services.tattler = {
|
||||||
path = [ tattler ];
|
path = [ tattler ];
|
||||||
wantedBy = [ "default.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
|
|
Loading…
Reference in New Issue