mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
lualine: use user colorscheme
This commit is contained in:
parent
031d6509d7
commit
382878e47c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ in {
|
|||
enable = mkEnableOption "Enable lualine";
|
||||
|
||||
theme = mkOption {
|
||||
default = null;
|
||||
default = config.programs.nixvim.colorscheme;
|
||||
type = types.nullOr types.str;
|
||||
description = "The theme to use for lualine-nvim.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue