Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
17
module/user/kirbara-private.md
Normal file
17
module/user/kirbara-private.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
```nix
|
||||
{ config, ... }:
|
||||
let
|
||||
name = "kirbara";
|
||||
in
|
||||
{
|
||||
meta = {
|
||||
${name} = {
|
||||
fullname = /*fullname*/;
|
||||
email = /*email-address*/;
|
||||
};
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
That's gitignored `kirbara.nix`
|
||||
ome people are uncomfortable with showing their email and fullname on public repo
|
||||
Loading…
Add table
Add a link
Reference in a new issue