forked from aylac.top/nixcfg
this repo has no description
at main 216 B view raw
1{lib, ...}: { 2 options.mySnippets.git = { 3 user = lib.mkOption { 4 type = lib.types.attrs; 5 default = { 6 name = "ayla"; 7 email = "ayla-git.barcode041@silomails.com"; 8 }; 9 }; 10 }; 11}