adds raycast scripts to config

This commit is contained in:
Dennis Schoepf 2025-09-08 18:52:04 +02:00
parent 91dd752b66
commit 75fcf4ca4c
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ config, ... }:
{
xdg.configFile."raycast" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/raycast/scripts";
};
}