mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-06 16:57:03 +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, ... }:
|
||||
let cfg = config.services.cliphist;
|
||||
in {
|
||||
meta.maintainers = [ lib.hm.maintainers.janik ];
|
||||
meta.maintainers = [ lib.hm.maintainers.janik lib.maintainers.khaneliman ];
|
||||
|
||||
imports = [
|
||||
(lib.mkRenamedOptionModule [ "services" "cliphist" "systemdTarget" ] [
|
||||
|
|
Loading…
Add table
Reference in a new issue