test
This commit is contained in:
@@ -10,17 +10,19 @@
|
||||
ags.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
unlisted-fonts.url = "path:./custom/unlisted-fonts/";
|
||||
unlisted-fonts.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nixvim.url = "github:nix-community/nixvim";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
nix-neovim.url = "git+https://git.sakamoto.dev/kenji/nix-neovim.git";
|
||||
nix-neovim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
unlisted-fonts,
|
||||
nixvim,
|
||||
...
|
||||
} @ inputs: let
|
||||
info = import ./info.nix;
|
||||
|
||||
Reference in New Issue
Block a user