Refactor configuration files and update user-specific settings

This commit is contained in:
KptltD00M
2026-06-22 21:24:27 +02:00
parent 5082521524
commit a45e7a2c9b
4 changed files with 67 additions and 79 deletions
+7 -7
View File
@@ -9,19 +9,19 @@
];
config.var = {
hostname = "h-laptop";
username = "hadi";
hostname = "thinkpad";
username = "andi";
configDirectory = "/home/" + config.var.username + "/.config/nixos"; # The path of the nixos configuration directory
keyboardLayout = "fr";
keyboardLayout = "de";
timeZone = "Europe/Paris";
defaultLocale = "en_US.UTF-8";
extraLocale = "fr_FR.UTF-8";
defaultLocale = "de_DE.UTF-8";
extraLocale = "en_EN.UTF-8";
git = {
username = "Hadi";
email = "112569860+anotherhadi@users.noreply.github.com";
username = "kptltd00m";
email = "kptltd00m@doomlabs.de";
};
autoUpgrade = false;