feat: Added homebrew and install some apps
This commit is contained in:
16
darwin/shiro/homebrew.nix
Normal file
16
darwin/shiro/homebrew.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{...}: {
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"docker-compose"
|
||||
];
|
||||
casks = [
|
||||
"docker"
|
||||
"librewolf"
|
||||
"raycast"
|
||||
"kunkun" # Soon
|
||||
"lunar"
|
||||
"virtual-desktop-streamer"
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user