refactor more

This commit is contained in:
2025-12-11 20:07:46 +00:00
parent b85728470c
commit 07c39081bb
15 changed files with 190 additions and 195 deletions

10
modules/homebrew.nix Normal file
View File

@@ -0,0 +1,10 @@
{
homebrew = {
enable = true;
casks = [
"helium-browser"
"pearcleaner"
"tidal"
];
};
}