From caf05fbdd87701671fd604f567032be9d529e777 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 21 Apr 2022 11:53:26 +0200 Subject: [PATCH] profiles: gtk: remove typo --- profiles/gtk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gtk/default.nix b/profiles/gtk/default.nix index 61a3edc..a8d6d9a 100644 --- a/profiles/gtk/default.nix +++ b/profiles/gtk/default.nix @@ -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 {