dotfiles/nixos/configs/talon-voice.nix

11 lines
139 B
Nix

#
# Configuration that adds talon-voice.
#
{ talon, ... }:
{
imports = [
talon.nixosModules.talon
];
programs.talon.enable = true;
}