mirror of
https://github.com/nix-community/home-manager
synced 2024-11-18 17:19:45 +01:00
clipman: wrong module name in description (#4117)
This commit is contained in:
parent
a10aa82e8a
commit
6bdd72b914
1 changed files with 2 additions and 7 deletions
|
@ -1,11 +1,6 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
let cfg = config.services.clipman;
|
||||||
let
|
|
||||||
|
|
||||||
cfg = config.services.clipman;
|
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.jwygoda ];
|
meta.maintainers = [ maintainers.jwygoda ];
|
||||||
|
|
||||||
|
@ -19,7 +14,7 @@ in {
|
||||||
default = "graphical-session.target";
|
default = "graphical-session.target";
|
||||||
example = "sway-session.target";
|
example = "sway-session.target";
|
||||||
description = ''
|
description = ''
|
||||||
The systemd target that will automatically start the Waybar service.
|
The systemd target that will automatically start the clipman service.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
When setting this value to <literal>"sway-session.target"</literal>,
|
When setting this value to <literal>"sway-session.target"</literal>,
|
||||||
|
|
Loading…
Reference in a new issue