23 lines
430 B
Nix
23 lines
430 B
Nix
{
|
|
# CHANGEME
|
|
hostName = "nixy";
|
|
username = "hadi";
|
|
homeDirectory = "/home/hadi";
|
|
|
|
keyboardLayout = "fr";
|
|
timeZone = "Europe/Paris";
|
|
defaultLocale = "en_US.UTF-8";
|
|
extraLocale = "fr_FR.UTF-8";
|
|
|
|
git = {
|
|
username = "Hadi";
|
|
email = "112569860+anotherhadi@users.noreply.github.com";
|
|
};
|
|
|
|
stateVersion = "23.11";
|
|
enableSops = true;
|
|
enableNextcloud = true;
|
|
enableNvidia = true;
|
|
enablePrime = true;
|
|
}
|