nix-config/modules/home/voice/default.nix
2023-12-27 16:38:38 +01:00

5 lines
65 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
talon
];
}