hooks: Add a hook for statix (#390)

This commit is contained in:
traxys 2023-05-27 00:03:50 +02:00 committed by GitHub
parent 2a2f702942
commit dfb2abd209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -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