Updated flake inputs
This commit is contained in:
16
modules/home/programs/nixvim/plugins/airline.nix
Normal file
16
modules/home/programs/nixvim/plugins/airline.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.airline = {
|
||||
enable = true;
|
||||
settings = {
|
||||
left_sep = "";
|
||||
right_sep = "";
|
||||
powerline_fonts = 1;
|
||||
theme = "dark";
|
||||
section_x = "";
|
||||
section_y = "";
|
||||
skip_empty_sections = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user