chore: remove Handy speech-to-text dependency

This commit is contained in:
2026-05-09 09:07:36 -04:00
parent 87cdabbef4
commit 2f29008a2a
3 changed files with 1 additions and 144 deletions

View File

@@ -30,10 +30,6 @@
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";
@@ -69,7 +65,6 @@
homes.modules = with inputs; [
sops-nix.homeManagerModules.sops
handy.homeManagerModules.default
./modules/home/common
];