Former-commit-id: 159ce3c1c2
This commit is contained in:
Hadi
2024-10-10 16:29:14 +02:00
parent fc0c2b0d13
commit 5ed0ec12ea
9 changed files with 90 additions and 55 deletions

View File

@@ -4,7 +4,8 @@
config.var = {
hostname = "nixy";
username = "hadi";
configDirectory = "/home/" + config.var.username + "/.config/nixos";
configDirectory = "/home/" + config.var.username
+ "/.config/nixos"; # The path of the nixos configuration directory
keyboardLayout = "fr";