feat: add whisper-overlay module, reenable stylix after it disabled itself

This commit is contained in:
oddlama 2024-06-23 14:04:11 +02:00
parent 9b428f2480
commit 51acddd147
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
5 changed files with 259 additions and 62 deletions

View file

@ -59,8 +59,12 @@
popups = 20;
};
nix.settings.trusted-substituters = ["https://ai.cachix.org"];
nix.settings.trusted-public-keys = ["ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc="];
nix.settings.trusted-substituters = [
"https://ai.cachix.org"
];
nix.settings.trusted-public-keys = [
"ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc="
];
#meta.promtail = {
# enable = true;