some fixes
This commit is contained in:
parent
257a49faac
commit
555c53d8a3
16 changed files with 114 additions and 117 deletions
14
modules/neovim/_colorscheme.nix
Normal file
14
modules/neovim/_colorscheme.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.nixvim = {
|
||||
colorscheme = "winterly";
|
||||
|
||||
# Make palette available to this module but
|
||||
# also for other configuration (e.g. lualine)
|
||||
extraFiles."lua/dnsc/palette.lua".source = ./extraFiles/palette.lua;
|
||||
|
||||
# Set custorscheme in neovims runtimepath so that neovim
|
||||
# discovers it automatically
|
||||
extraFiles."colors/winterly.lua".source = ./extraFiles/winterly.lua;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue