feat: Added homebrew and install some apps

This commit is contained in:
uttarayan21
2025-03-04 00:47:11 +05:30
parent 177131d4fd
commit 31d797a8a1
2 changed files with 18 additions and 7 deletions

16
darwin/shiro/homebrew.nix Normal file
View File

@@ -0,0 +1,16 @@
{...}: {
homebrew = {
enable = true;
brews = [
"docker-compose"
];
casks = [
"docker"
"librewolf"
"raycast"
"kunkun" # Soon
"lunar"
"virtual-desktop-streamer"
];
};
}