Flake, add nixvim

This commit is contained in:
Julia Lange 2026-02-12 14:37:08 -08:00
parent 2ebd936994
commit f50a48a136
Signed by: Julia
SSH key fingerprint: SHA256:5DJcfxa5/fKCYn57dcabJa2vN2e6eT0pBerYi5SUbto
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";