new neovim configuration

This commit is contained in:
Gerg-L 2023-02-12 02:09:26 -05:00
parent f2e6e564b5
commit 0132cde3f7
2 changed files with 109 additions and 16 deletions

View file

@ -9,8 +9,8 @@
url = "github:Gerg-L/suckless";
inputs.nixpkgs.follows = "nixpkgs";
};
nvim-config = {
url = "github:Gerg-L/nvim-config";
nvim-flake = {
url = "github:Gerg-L/nvim-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
sxhkd-flake = {
@ -39,7 +39,7 @@
parrot = final.callPackage ./pkgs/parrot {};
})
inputs.suckless.overlay
inputs.nvim-config.overlays.${system}.default
inputs.nvim-flake.overlays.${system}.default
inputs.fetch-rs.overlays.${system}.default
];
};