This commit is contained in:
Peritia 2025-07-24 15:19:29 +02:00
commit f89801cd39
418 changed files with 1855 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
system = "x86_64-linux"; # Can also be aarch64-linux, etc.
}

View file

@ -0,0 +1,8 @@
# ./User/variables.nix
let
username = "user";
in {
inherit username;
gitUsername = "user-name-here";
gitEmail = "user@user-email.here";
}