From 6c0cd6e860f52cff02afce7837f88b07e4b314f5 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 8 Mar 2021 08:54:39 -0500 Subject: fix docstring --- modules/thinkpad.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/thinkpad.nix b/modules/thinkpad.nix index 207aebb..69f11a4 100644 --- a/modules/thinkpad.nix +++ b/modules/thinkpad.nix @@ -5,7 +5,7 @@ in { options = { orbekk.thinkpad = { - enable = lib.mkEnableOption "Enable standard desktop config"; + enable = lib.mkEnableOption "Enable thinkpad config"; }; }; -- cgit v1.2.3