Files
nixy/home/system/hyprland/hyprcursor.nix
Hadi a7197e360e Update
Former-commit-id: dd9c61b9ff
2024-06-26 22:13:14 +02:00

7 lines
103 B
Nix

{
home.file.".local/share/icons/macOS" = {
recursive = true;
source = ./cursor/macOS;
};
}