mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
pulseeffects: fix test evaluation
Fixes #5588
(cherry picked from commit c2f806e60a
)
This commit is contained in:
parent
3288b74c61
commit
f8142df16b
2 changed files with 8 additions and 1 deletions
|
@ -180,6 +180,13 @@
|
||||||
github = "iosmanthus";
|
github = "iosmanthus";
|
||||||
githubId = 16307070;
|
githubId = 16307070;
|
||||||
};
|
};
|
||||||
|
jonringer = {
|
||||||
|
email = "jonringer117@gmail.com";
|
||||||
|
matrix = "@jonringer:matrix.org";
|
||||||
|
github = "jonringer";
|
||||||
|
githubId = 7673602;
|
||||||
|
name = "Jonathan Ringer";
|
||||||
|
};
|
||||||
kalhauge = {
|
kalhauge = {
|
||||||
name = "Christian Gram Kalhauge";
|
name = "Christian Gram Kalhauge";
|
||||||
email = "kalhauge@users.noreply.github.com";
|
email = "kalhauge@users.noreply.github.com";
|
||||||
|
|
|
@ -9,7 +9,7 @@ let
|
||||||
presetOpts = optionalString (cfg.preset != "") "--load-preset ${cfg.preset}";
|
presetOpts = optionalString (cfg.preset != "") "--load-preset ${cfg.preset}";
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.jonringer ];
|
meta.maintainers = [ hm.maintainers.jonringer ];
|
||||||
|
|
||||||
options.services.pulseeffects = {
|
options.services.pulseeffects = {
|
||||||
enable = mkEnableOption ''
|
enable = mkEnableOption ''
|
||||||
|
|
Loading…
Reference in a new issue