mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nix] Try out self
This commit is contained in:
parent
0d22d6ac7a
commit
7318af2f59
4 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, dotfiles, ... }:
|
||||
{ self, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
package = pkgs.neovim-unwrapped;
|
||||
|
||||
extraConfig = "source ${dotfiles}/nvim/init.vim";
|
||||
extraConfig = ''source ~/.dotfiles/nvim/init.vim"source ${self}/nvim/init.vim'';
|
||||
|
||||
coc = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue