18 lines
309 B
Nix
18 lines
309 B
Nix
|
{ ... }: {
|
||
|
imports = [ ./display.nix ];
|
||
|
|
||
|
config.homecfg = {
|
||
|
username = "sora";
|
||
|
make = {
|
||
|
gui = true;
|
||
|
cli = true;
|
||
|
game = true;
|
||
|
};
|
||
|
git = {
|
||
|
email = "soraefir+git@pm.me";
|
||
|
username = "soraefir";
|
||
|
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
|
||
|
};
|
||
|
};
|
||
|
}
|