Compare commits

..
3 Commits
Author SHA1 Message Date
lily 836e58bcdc Merge branch 'main' of https://git.lilyanderson.xyz/lily/LiNix 2026-05-27 15:06:47 -05:00
lily ac720ff492 update 2026-05-27 15:06:43 -05:00
lily 543584168f eloquent, git config, update 2026-05-27 13:16:48 -05:00
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -51,6 +51,7 @@
alacritty alacritty
self.packages.${pkgs.stdenv.hostPlatform.system}.nh self.packages.${pkgs.stdenv.hostPlatform.system}.nh
eloquent
# wget # wget
]; ];
+11
View File
@@ -12,5 +12,16 @@
alejandra nixd alejandra nixd
]; ];
programs.git = {
enable = true;
config = {
init = {
defaultBranch = "main";
};
};
lfs.enable = true;
};
}; };
} }