mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 04:51:08 +01:00
parent
7e68e55d2e
commit
c2f806e60a
2 changed files with 8 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ let
|
|||
presetOpts = optionalString (cfg.preset != "") "--load-preset ${cfg.preset}";
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.jonringer ];
|
||||
meta.maintainers = [ hm.maintainers.jonringer ];
|
||||
|
||||
options.services.pulseeffects = {
|
||||
enable = mkEnableOption ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue