This commit is contained in:
Hadi
2024-06-17 13:47:13 +02:00
parent b22d2f596f
commit d169306a68
4 changed files with 34 additions and 25 deletions

View File

@@ -3,7 +3,7 @@
config.var = {
hostname = "nixy";
username = "your username";
username = "your_username";
homeDirectory = "/home/" + config.var.username;
keyboardLayout = "fr";
@@ -13,8 +13,8 @@
extraLocale = "fr_FR.UTF-8";
git = {
username = "Github username";
email = "Github email";
username = "your_username";
email = "your_email";
};
stateVersion = "24.05";