feat: Update flake inputs

This commit is contained in:
uttarayan21
2025-03-05 15:29:03 +05:30
parent ae75406863
commit 8024fd2c78
5 changed files with 131 additions and 116 deletions

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

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