flake: update to nixos stable 25.11

This commit is contained in:
wo2wz 2025-11-30 19:49:01 -05:00
parent ef89338871
commit 432d424167
9 changed files with 46 additions and 43 deletions

View file

@ -3,9 +3,12 @@
{
programs.git = {
enable = true;
userName = "wo2wz";
userEmail = "189177184+wo2wz@users.noreply.github.com";
extraConfig = {
settings = {
user = {
name = "wo2wz";
email = "189177184+wo2wz@users.noreply.github.com";
};
init.defaultBranch = "main";
safe.directory = "/etc/nixos";
};