pinwheel/manatee/backwards: Adjust for updated nixpkgs

This commit is contained in:
Alexander Heldt
2026-01-03 16:41:41 +01:00
parent 6a58eb660b
commit e788efc4ff
17 changed files with 67 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ in
};
programs.git = lib.mkIf gitEnabled {
extraConfig = {
settings = {
core = {
editor = "vim";
};