Files
dotfiles/darwin/kuro/homebrew.nix
2025-03-13 00:33:06 +05:30

18 lines
241 B
Nix

{...}: {
homebrew = {
enable = true;
brews = [
];
casks = [
"firefox"
"vlc"
"librewolf"
"raycast"
"kunkun" # Soon
"lunar"
"virtual-desktop-streamer"
"1password"
];
};
}