feat: add initial suport for EDaaS setup at work

This commit is contained in:
2025-06-16 14:44:08 +00:00
committed by Emma Thorpe
parent dd33501382
commit 1cc633bb67
3 changed files with 48 additions and 1 deletions
+6 -1
View File
@@ -74,5 +74,10 @@
extraConfig = ''
let g:indent_guides_enable_on_vim_startup = 1
'';
};
};
programs.git = {
enable = true;
package = pkgs.gitFull;
userName = "Emma Thorpe";
};
}