Former-commit-id: d169306a68
This commit is contained in:
Hadi
2024-06-17 13:47:13 +02:00
parent 2fc51aa02e
commit 5e71ef48dd
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";