refactor
This commit is contained in:
10
modules/darwin-homebrew.nix
Normal file
10
modules/darwin-homebrew.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
homebrew = {
|
||||
enable = true;
|
||||
casks = [
|
||||
"helium-browser"
|
||||
"pearcleaner"
|
||||
"tidal"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user