mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-09 18:26:54 +00:00
cliphist: add khaneliman maintainer
This commit is contained in:
parent
a5e196d61f
commit
9ee99be0c0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let cfg = config.services.cliphist;
|
let cfg = config.services.cliphist;
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ lib.hm.maintainers.janik ];
|
meta.maintainers = [ lib.hm.maintainers.janik lib.maintainers.khaneliman ];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
(lib.mkRenamedOptionModule [ "services" "cliphist" "systemdTarget" ] [
|
(lib.mkRenamedOptionModule [ "services" "cliphist" "systemdTarget" ] [
|
||||||
|
|
Loading…
Add table
Reference in a new issue