enable -> cfg.enable

This commit is contained in:
niten 2023-05-09 11:52:11 -07:00
parent a1cddab829
commit ee4024752c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ in {
};
};
config = mkIf enable {
config = mkIf cfg.enable {
systemd.user.services.tattler = {
path = [ tattler ];
wantedBy = [ "default.target" ];