First commit

This commit is contained in:
2024-09-03 17:22:49 +02:00
commit 56d8925fc5
5 changed files with 243 additions and 0 deletions

13
home.nix Normal file
View File

@@ -0,0 +1,13 @@
{ config, pkgs, ... }:
{
home.username = "r3ddy";
programs.git = {
enable = true;
userName = "Superredstone";
userEmail = "patrickcanal3@gmail.com";
};
programs.home-manager.enable = true;
home.stateVersion = "24.11";
}