this repo has no description
at master 172 B view raw
1{pkgs, ...}: { 2 home.packages = [ 3 pkgs.curl 4 pkgs.curlie 5 pkgs.xh 6 ]; 7 8 home.file.curlrc = { 9 target = ".curlrc"; 10 11 text = '' 12 netrc 13 ''; 14 }; 15}