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

@ -87,6 +87,11 @@
templates.url = "github:NixOS/templates";
whisper-overlay = {
url = "github:oddlama/whisper-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs.nixpkgs.follows = "nixpkgs";