10 lines
168 B
Nix
10 lines
168 B
Nix
{ ... }:
|
|
{
|
|
programs.nixvim = {
|
|
colorschemes.base16 = {
|
|
enable = true;
|
|
colorscheme = "atelier-sulphurpool-light";
|
|
autoLoad = true;
|
|
};
|
|
};
|
|
}
|