Compare commits

...

2 Commits

Author SHA1 Message Date
09bf9a3b17
flake: update nvim 2024-12-04 16:36:26 +01:00
0b069d7277
home/git: set defaultbranch to master 2024-12-04 15:22:01 +01:00
2 changed files with 5 additions and 4 deletions

8
flake.lock generated
View File

@ -177,11 +177,11 @@
]
},
"locked": {
"lastModified": 1727275335,
"narHash": "sha256-LNzRI4RhK26Ql3k2leNOemD3rTJcaw7tftoANe9BDY8=",
"lastModified": 1733261583,
"narHash": "sha256-HOVUtrhtJ16umPuEODuVE9fx+JmDCRp7wIxnEART0Eg=",
"ref": "refs/heads/master",
"rev": "9f36693f90e4dcbb9a18728d7a7c0d864903d4ea",
"revCount": 35,
"rev": "a09a34997ce692c7a2e8e434b44433156a73088c",
"revCount": 38,
"type": "git",
"url": "https://git.project-cloud.net/asmir/nvim_flake"
},

View File

@ -182,6 +182,7 @@ in {
userName = "Asmir A";
userEmail = "asmir.abdulahovic@gmail.com";
extraConfig = {
init.defaultBranch = "master";
pull = {rebase = true;};
credential = {helper = "store";};
};