first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
13
modules/home/nvim/default.nix
Normal file
13
modules/home/nvim/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
let
|
||||
neovim-config = pkgs.fetchFromGitHub {
|
||||
owner = "samiulbasirfahim";
|
||||
repo = "neovim";
|
||||
rev = "a3344302921b59ecb24c167c9dc64bc8df4803da";
|
||||
sha256 = "9RVtU+bx8pBSYd66PU0F+e1FlRWbju035RQ2p7DZLGk=";
|
||||
};
|
||||
in
|
||||
{
|
||||
xdg.configFile."nvim".source = neovim-config;
|
||||
programs.neovim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue