feat: move raycast to macos folder

This commit is contained in:
uttarayan21
2025-02-07 22:49:31 +05:30
parent 66e2019d7e
commit 3b792d62fd
4 changed files with 15 additions and 2 deletions

3
home/macos/raycast.nix Normal file
View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.raycast];
}