1 2 3 4 5 6 7 8 9 10 11 12
static const char *user = "nobody"; static const char *group = "nobody"; static const char *colorname[NUMCOLS] = { [INIT] = "#161719", [INPUT] = "#c5c8c6", [FAILED] = "#cc6666", }; static const int failonclear = 1; /* vim: filetype=c */
Consider giving Nix/NixOS a try! <3