feat: Add vim basic config
This commit is contained in:
parent
05d4f717c1
commit
fc3fa26a27
4 changed files with 90 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ in
|
|||
./spotifyd.nix
|
||||
./nautilus.nix
|
||||
./neovim-nightly.nix
|
||||
./vim.nix
|
||||
|
||||
# Nur
|
||||
./nur.nix
|
||||
|
|
|
|||
8
overlays/modifications/vim.nix
Normal file
8
overlays/modifications/vim.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ outputs, ... }:
|
||||
_final: prev:
|
||||
let
|
||||
inherit (prev.stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
vim = outputs.packages.${system}.vim';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue