This commit is contained in:
2026-07-10 10:21:04 -05:00
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
alacritty
self.packages.${pkgs.stdenv.hostPlatform.system}.nh
eloquent
# wget
];
+11
View File
@@ -12,5 +12,16 @@
alejandra nixd
];
programs.git = {
enable = true;
config = {
init = {
defaultBranch = "main";
};
};
lfs.enable = true;
};
};
}