Skip to content

Commit f43df94

Browse files
authored
Always update BoltAI (#266)
1 parent a6d059c commit f43df94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hosts/Rhizome/programs.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
homebrew = {
2121
enable = true;
2222
casks = [
23-
"boltai"
23+
{
24+
name = "boltai";
25+
greedy = true;
26+
}
2427
"dash"
2528
"legcord"
2629
"nook"

0 commit comments

Comments
 (0)