From 6bdd72b914fc3472be807bc9b427650b49808a94 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 19 Jun 2023 17:29:55 +0300 Subject: [PATCH] clipman: wrong module name in description (#4117) --- modules/services/clipman.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/services/clipman.nix b/modules/services/clipman.nix index 4afee9a3e..aa2e9b3dc 100644 --- a/modules/services/clipman.nix +++ b/modules/services/clipman.nix @@ -1,11 +1,6 @@ { config, lib, pkgs, ... }: - with lib; - -let - - cfg = config.services.clipman; - +let cfg = config.services.clipman; in { meta.maintainers = [ maintainers.jwygoda ]; @@ -19,7 +14,7 @@ in { default = "graphical-session.target"; example = "sway-session.target"; description = '' - The systemd target that will automatically start the Waybar service. + The systemd target that will automatically start the clipman service. When setting this value to "sway-session.target",