Editor and git improvements

This commit is contained in:
2025-10-07 09:13:19 -04:00
parent 43fa4ab763
commit 9bdde29763
3 changed files with 92 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
...
}:
{
@@ -12,4 +13,6 @@
};
};
};
}
home.packages = with pkgs; [ git-ignore ];
}