mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
pasystray, status-notifier-watcher: fix maintainers entry for pltanton
This commit is contained in:
parent
eb4a1ad68f
commit
907e63250a
3 changed files with 8 additions and 2 deletions
|
@ -163,4 +163,10 @@
|
||||||
github = "nurelin";
|
github = "nurelin";
|
||||||
githubId = 5276274;
|
githubId = 5276274;
|
||||||
};
|
};
|
||||||
|
pltanton = {
|
||||||
|
name = "pltanton";
|
||||||
|
email = "plotnikovanton@gmail.com";
|
||||||
|
github = "pltanton";
|
||||||
|
githubId = 4561823;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
{
|
{
|
||||||
meta.maintainers = [ maintainers.pltanton ];
|
meta.maintainers = [ hm.maintainers.pltanton ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.pasystray = { enable = mkEnableOption "PulseAudio system tray"; };
|
services.pasystray = { enable = mkEnableOption "PulseAudio system tray"; };
|
||||||
|
|
|
@ -7,7 +7,7 @@ let
|
||||||
cfg = config.services.status-notifier-watcher;
|
cfg = config.services.status-notifier-watcher;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.pltanton ];
|
meta.maintainers = [ hm.maintainers.pltanton ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
services.status-notifier-watcher = {
|
services.status-notifier-watcher = {
|
||||||
|
|
Loading…
Reference in a new issue