equicord: more options
This commit is contained in:
parent
5604745c78
commit
b98b3a1472
2 changed files with 2 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
imports = [./options.nix];
|
#imports = [./options.nix];
|
||||||
programs.equicord.enable = true;
|
#programs.equicord.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -706,11 +706,5 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# test file until module is complete
|
# test file until module is complete
|
||||||
xdg.configFile."equibop/test.json".text = builtins.toJSON cfg.settings;
|
xdg.configFile."equibop/test.json".text = builtins.toJSON cfg.settings;
|
||||||
|
|
||||||
ooknet.equicord = {
|
|
||||||
plugins = {
|
|
||||||
CommandPallete.enabled = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue