Flake, add nixvim

This commit is contained in:
Julia Lange 2026-02-12 14:37:08 -08:00
parent 544bb630a0
commit 29def924b3
Signed by: Julia
SSH key fingerprint: SHA256:50XUMcOFYPUs9/1j7p9SPnwASZ7QnxXm7THF7HkbqzQ
2 changed files with 68 additions and 0 deletions

View file

@ -2,6 +2,7 @@
outputs = inputs: inputs.flake-parts.lib.mkFlake { inherit inputs; } {
imports = with inputs; [
easy-hosts.flakeModule
nixvim.homeModules.nixvim
home-manager.flakeModules.home-manager
];
@ -72,6 +73,7 @@
# inputs.lix.follows = "lix";
# };
niri = {
type = "github";
owner = "sodiboo";
@ -79,6 +81,13 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
type = "github";
owner = "nix-community";
repo = "nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
sops-nix = {
type = "github";
owner = "Mic92";