Refactored file structure to make more sense, made default.nixes less verbose
This commit is contained in:
10
modules/sys/software/nixvim/plugins/barbar.nix
Normal file
10
modules/sys/software/nixvim/plugins/barbar.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins.barbar = {
|
||||
enable = true;
|
||||
settings = {
|
||||
auto_hide = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user