profiles: gtk: remove typo
This commit is contained in:
parent
e073cc900c
commit
caf05fbdd8
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue