profiles: gtk: remove typo
This commit is contained in:
parent
e073cc900c
commit
caf05fbdd8
|
@ -4,7 +4,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.my.profiles.gtk = with lib; {
|
options.my.profiles.gtk = with lib; {
|
||||||
enable = mkEnableOption "bluetooth profile";
|
enable = mkEnableOption "gtk profile";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
|
Loading…
Reference in a new issue