Use my own nixvim config

This commit is contained in:
MFlossmann 2024-07-03 02:27:30 +02:00
parent 48387d08e3
commit dac6fbb252
10 changed files with 48 additions and 15 deletions

4
overlays/additions.nix Normal file
View file

@ -0,0 +1,4 @@
# This one brings our custom packages from the `pkgs` directory
_:{
nixpkgs.overlays = final: prev: import ../pkgs final.pkgs;
}