dev theme
This commit is contained in:
parent
6063490107
commit
0fa772f8b7
@ -22,8 +22,9 @@
|
|||||||
|
|
||||||
|
|
||||||
# Activer nvim
|
# Activer nvim
|
||||||
programs.neovim.enable = true;
|
programs.neovim = {
|
||||||
extraConfigLua = ''
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
-- Add Dracula from Nix flake input
|
-- Add Dracula from Nix flake input
|
||||||
vim.opt.rtp:prepend("${inputs.plugin-dracula}");
|
vim.opt.rtp:prepend("${inputs.plugin-dracula}");
|
||||||
|
|
||||||
@ -33,4 +34,5 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user