Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD: git config stuff

+40
+40
noah-home.nix
··· 193 193 rebase = true; 194 194 }; 195 195 push = { 196 + default = "simple"; 196 197 autoSetupRemote = true; 198 + followTags = true; 197 199 }; 198 200 credential = { 199 201 helper = "cache"; 200 202 }; 201 203 alias = { 202 204 out = "log @{u}.."; 205 + }; 206 + column = { 207 + ui = "auto"; 208 + }; 209 + branch = { 210 + sort = "-committerdate"; 211 + }; 212 + tag = { 213 + sort = "version:refname"; 214 + }; 215 + diff = { 216 + algorithm = "histogram"; 217 + colorMoved = "plain"; 218 + mnemonicPrefix = true; 219 + renames = true; 220 + }; 221 + fetch = { 222 + prune = true; 223 + pruneTags = true; 224 + all = true; 225 + }; 226 + help = { 227 + autocorrect = "prompt"; 228 + }; 229 + commit = { 230 + verbose = true; 231 + }; 232 + rerere = { 233 + enabled = true; 234 + autoupdate = true; 235 + }; 236 + rebase = { 237 + autoSquash = true; 238 + autoStash = true; 239 + updateRefs = true; 240 + }; 241 + merge = { 242 + conflictStyle = "zdiff3"; 203 243 }; 204 244 }; 205 245 ignores = [