Files
2025-07-08 22:05:33 -05:00

6 lines
69 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
cloudflared
];
}