Setup tardis
This commit is contained in:
+7
-1
@@ -1,4 +1,4 @@
|
||||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -9,5 +9,11 @@
|
||||
home.username = "me";
|
||||
home.homeDirectory = "/home/me";
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Syed Daanish";
|
||||
userEmail = "me@syedm.dev";
|
||||
};
|
||||
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user