mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 03:52:10 +02:00
22
variables.nix
Normal file
22
variables.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
# 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;
|
||||
}
|
||||
Reference in New Issue
Block a user