mako: programs.mako -> services.mako (#3265)
This commit is contained in:
parent
f807788035
commit
db1c22626a
|
@ -4,13 +4,16 @@ with lib;
|
|||
|
||||
let
|
||||
|
||||
cfg = config.programs.mako;
|
||||
cfg = config.services.mako;
|
||||
|
||||
in {
|
||||
meta.maintainers = [ maintainers.onny ];
|
||||
|
||||
imports =
|
||||
[ (mkRenamedOptionModule [ "programs" "mako" ] [ "services" "mako" ]) ];
|
||||
|
||||
options = {
|
||||
programs.mako = {
|
||||
services.mako = {
|
||||
enable = mkEnableOption ''
|
||||
Mako, lightweight notification daemon for Wayland
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue