forked from mirrors_public/oddlama_nix-config
feat: add whisper-overlay module, reenable stylix after it disabled itself
This commit is contained in:
parent
9b428f2480
commit
51acddd147
5 changed files with 259 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue