1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-28 01:07:28 +02:00

mako: programs.mako -> services.mako (#3265)

This commit is contained in:
Rosario Pulella 2023-03-02 05:58:42 -05:00 committed by GitHub
parent f807788035
commit db1c22626a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
'';