feat(home): add Handy speech-to-text module

This commit is contained in:
2026-05-07 22:36:30 -04:00
parent 18a4e46bcb
commit 87cdabbef4
3 changed files with 144 additions and 1 deletions

View File

@@ -30,6 +30,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
handy = {
url = "github:cjpais/Handy";
inputs.nixpkgs.follows = "nixpkgs";
};
darwin = {
url = "github:nix-darwin/nix-darwin/nix-darwin-25.11";
inputs.nixpkgs.follows = "nixpkgs";
@@ -65,6 +69,7 @@
homes.modules = with inputs; [
sops-nix.homeManagerModules.sops
handy.homeManagerModules.default
./modules/home/common
];