Nix configurations for my personal machines (Linux & macOS)
at main 255 B view raw
1{delib, ...}: 2delib.module { 3 name = "constants"; 4 5 options.constants = with delib; { 6 username = readOnly (strOption "ovy"); 7 userfullname = readOnly (strOption "Ashlynne Mitchell"); 8 useremail = readOnly (strOption "ovy@ovyerus.com"); 9 }; 10}