11 lines
139 B
Nix
11 lines
139 B
Nix
#
|
|
# Configuration that adds talon-voice.
|
|
#
|
|
{ talon, ... }:
|
|
{
|
|
imports = [
|
|
talon.nixosModules.talon
|
|
];
|
|
|
|
programs.talon.enable = true;
|
|
}
|