nixos/home/system/hyprland/hyprcursor.nix
2024-05-02 15:40:12 +02:00

10 lines
184 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ hyprcursor ];
# home.file.".local/share/icons/rose-pine-hyprcursor" = {
# recursive = true;
# source = ./rose-pine;
#};
}