feat(nvim): add gen.nvim and ollama service

This commit is contained in:
Moritz Böhme 2023-12-10 17:15:00 +01:00
parent ddc2989620
commit 82ffbcbde4
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 74 additions and 1 deletions

17
flake.lock generated
View file

@ -315,6 +315,22 @@
"type": "github"
}
},
"gen-nvim": {
"flake": false,
"locked": {
"lastModified": 1702112421,
"narHash": "sha256-oF6LT8Q6Dp4mKDNTcm/hx0F8a6iN/HvpZKgGRkctrI4=",
"owner": "David-Kunz",
"repo": "gen.nvim",
"rev": "1319b03357fd7017bbaf1d45cd6b72bd9e106226",
"type": "github"
},
"original": {
"owner": "David-Kunz",
"repo": "gen.nvim",
"type": "github"
}
},
"gitignore": {
"inputs": {
"nixpkgs": [
@ -1043,6 +1059,7 @@
"disko": "disko",
"flake-parts": "flake-parts",
"flake-utils": "flake-utils",
"gen-nvim": "gen-nvim",
"hmts-nvim": "hmts-nvim",
"home-manager": "home-manager_2",
"hypr-contrib": "hypr-contrib",