Update README.md & Steam

This commit is contained in:
2023-11-04 02:33:48 +01:00
committed by soraefir
parent 153c1a8359
commit 53ba9f4528
9 changed files with 94 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
{ ... }: {
imports = [ ./display.nix ];
config.homecfg = {
username = "sora";
make = {
gui = false;
cli = true;
game = false;
};
git = {
email = "soraefir+git@pm.me";
username = "soraefir";
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
};
};
}