7 lines
103 B
Nix
7 lines
103 B
Nix
{
|
|
home.file.".local/share/icons/macOS" = {
|
|
recursive = true;
|
|
source = ./cursor/macOS;
|
|
};
|
|
}
|