Fix lint error
This commit is contained in:
parent
bb01dbd1f4
commit
03584370ed
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf (cfg.enable) {
|
config = mkIf cfg.enable {
|
||||||
home.packages = [ pkgs.tea ];
|
home.packages = [ pkgs.tea ];
|
||||||
|
|
||||||
# xdg.configFile."tea/config.yml".source = yamlFormat.generate "tea-config.yml" cfg.settings;
|
# xdg.configFile."tea/config.yml".source = yamlFormat.generate "tea-config.yml" cfg.settings;
|
||||||
|
|
Loading…
Reference in a new issue