1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore(nixvim): test out nixvim

This commit is contained in:
oddlama 2023-11-04 19:53:05 +01:00
parent abb0a70771
commit b9ca0de56b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 248 additions and 24 deletions

View file

@ -1,5 +1,5 @@
{
description = " oddlama's nix config and dotfiles";
description = " oddlama's nix config and dotfiles";
inputs = {
agenix = {
@ -73,6 +73,13 @@
inputs.flake-utils.follows = "flake-utils";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
};
microvm = {
url = "github:astro/microvm.nix";
inputs.nixpkgs.follows = "nixpkgs";