mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
new neovim configuration
This commit is contained in:
parent
f2e6e564b5
commit
0132cde3f7
2 changed files with 109 additions and 16 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue