Files
nixy/home/system/hyprland/hyprcursor.nix
T
Hadi 856c0c3212 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;
};
}