this repo has no description
nix
at main 7 lines 111 B view raw
1{ 2 den.default = { 3 homeManager = { 4 home.file.".editorconfig".source = ./editorconfig; 5 }; 6 }; 7}