mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
hooks: Add a hook for statix (#390)
This commit is contained in:
parent
2a2f702942
commit
dfb2abd209
3 changed files with 4 additions and 2 deletions
|
@ -157,8 +157,7 @@ in {
|
|||
else attrset;
|
||||
|
||||
options = {
|
||||
theme = cfg.theme;
|
||||
iconsEnabled = cfg.iconsEnabled;
|
||||
inherit (cfg) theme iconsEnabled;
|
||||
layout = builtins.map processButtons cfg.layout;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue