feat: add some stuff to openclaw
This commit is contained in:
parent
f0cb6074d6
commit
9cdf2228ac
3 changed files with 7 additions and 5 deletions
|
|
@ -11,5 +11,6 @@
|
|||
home-manager.users.${config.flake.meta.user.name} = {
|
||||
home.stateVersion = config.flake.meta.stateVersion;
|
||||
};
|
||||
home-manager.backupFileExtension = "hm-bak-";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@ in {
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
whisper-cpp
|
||||
libqalculate
|
||||
gh
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -43,10 +45,9 @@ in {
|
|||
};
|
||||
bundledPlugins = {
|
||||
summarize.enable = true; # Summarize web pages, PDFs, videos
|
||||
sag.enable = false; # Text-to-speech
|
||||
gogcli.enable = false; # Google Calendar
|
||||
sag.enable = true; # Text-to-speech
|
||||
gogcli.enable = true;
|
||||
goplaces.enable = true; # Google Places API
|
||||
bird.enable = false; # Twitter/X
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue