add vlime and gh-nvim to flake

This commit is contained in:
buffet 2023-03-06 13:29:44 +01:00
parent e61e608d75
commit 919adb7bbd
2 changed files with 40 additions and 1 deletions

View file

@ -52,6 +52,22 @@
"type": "github" "type": "github"
} }
}, },
"gh-nvim": {
"flake": false,
"locked": {
"lastModified": 1670723316,
"narHash": "sha256-BjzQe8wCNAx31vN9/RzF75U8ec5bytnaRrM0OHm1fpI=",
"owner": "ldelossa",
"repo": "gh.nvim",
"rev": "bc731bb53909481995ac2edb4bf6418c051fec1a",
"type": "github"
},
"original": {
"owner": "ldelossa",
"repo": "gh.nvim",
"type": "github"
}
},
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -125,11 +141,13 @@
"agenix": "agenix", "agenix": "agenix",
"cmp-conventionalcommits": "cmp-conventionalcommits", "cmp-conventionalcommits": "cmp-conventionalcommits",
"cmp-git": "cmp-git", "cmp-git": "cmp-git",
"gh-nvim": "gh-nvim",
"home-manager": "home-manager", "home-manager": "home-manager",
"impermanence": "impermanence", "impermanence": "impermanence",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"rust-tools-nvim": "rust-tools-nvim" "rust-tools-nvim": "rust-tools-nvim",
"vlime": "vlime"
} }
}, },
"rust-tools-nvim": { "rust-tools-nvim": {
@ -162,6 +180,22 @@
"repo": "flake-utils", "repo": "flake-utils",
"type": "github" "type": "github"
} }
},
"vlime": {
"flake": false,
"locked": {
"lastModified": 1636437398,
"narHash": "sha256-NTP9mwrFrYsZC++fpSTa2IKk/9HHFToOWzc75+7HJkg=",
"owner": "vlime",
"repo": "vlime",
"rev": "3205f02306314ab8cfc9034cf72097891c923e9d",
"type": "github"
},
"original": {
"owner": "vlime",
"repo": "vlime",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -34,6 +34,11 @@
url = "github:simrat39/rust-tools.nvim"; url = "github:simrat39/rust-tools.nvim";
flake = false; flake = false;
}; };
vlime = {
url = "github:vlime/vlime";
flake = false;
};
}; };
outputs = {nixpkgs, ...} @ args: { outputs = {nixpkgs, ...} @ args: {