Files
2025-05-21 12:20:32 -05:00

7 lines
100 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
bibata-cursors
hyprcursor
];
}