bunch of updates

This commit is contained in:
Anish Lakhwara
2025-11-14 15:09:33 -08:00
parent 7d9c921f21
commit 58513749d4
12 changed files with 143 additions and 34 deletions
+5
View File
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
#xdg.configFile = {
# "git/config".source = ./config;
@@ -7,6 +8,10 @@
programs.lazygit.enable = true;
home.packages = with pkgs; [
unstable.git-spice
];
programs.git = {
enable = true;
userName = "Anish Lakhwara";