enable -> cfg.enable
This commit is contained in:
+1
-1
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user