forked from KptltD00M/nixy
Refactor configuration files and update user-specific settings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user