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