nixos/home/system/hyprland/hyprcursor.nix
2024-06-26 22:13:14 +02:00

7 lines
103 B
Nix

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