Setup tardis

This commit is contained in:
2026-07-07 12:28:58 +01:00
parent 233b9d674a
commit 8e34c30072
6 changed files with 51 additions and 5 deletions
+7 -1
View File
@@ -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";
}