init
This commit is contained in:
commit
f89801cd39
418 changed files with 1855 additions and 0 deletions
3
Configurations/Hosts/Default/variables/system-vars.nix
Normal file
3
Configurations/Hosts/Default/variables/system-vars.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
system = "x86_64-linux"; # Can also be aarch64-linux, etc.
|
||||
}
|
||||
8
Configurations/Hosts/Default/variables/user-vars.nix
Normal file
8
Configurations/Hosts/Default/variables/user-vars.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# ./User/variables.nix
|
||||
let
|
||||
username = "user";
|
||||
in {
|
||||
inherit username;
|
||||
gitUsername = "user-name-here";
|
||||
gitEmail = "user@user-email.here";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue