Flake, add nixvim
This commit is contained in:
parent
2ebd936994
commit
f50a48a136
2 changed files with 68 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue