Files
2025-07-08 22:40:55 -05:00

6 lines
72 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
bibata-cursors
];
}