feat: television (fuzzy finder)

This commit is contained in:
2025-07-22 17:32:34 +08:00
parent fef786d317
commit 94764e7a5a

View File

@@ -80,6 +80,10 @@ lib.my.makeSwitch {
enableAutoUpdates = true;
settings.updates.auto_update = true;
};
programs.television = {
enable = true;
enableZshIntegration = true;
};
};
};
}