profiles: gtk: remove typo

This commit is contained in:
Bruno BELANYI 2022-04-21 11:53:26 +02:00
parent e073cc900c
commit caf05fbdd8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
in
{
options.my.profiles.gtk = with lib; {
enable = mkEnableOption "bluetooth profile";
enable = mkEnableOption "gtk profile";
};
config = lib.mkIf cfg.enable {