mirror of
https://github.com/nix-community/home-manager
synced 2024-11-15 23:59:45 +01:00
mako: programs.mako -> services.mako (#3265)
This commit is contained in:
parent
f807788035
commit
db1c22626a
1 changed files with 5 additions and 2 deletions
|
@ -4,13 +4,16 @@ with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
cfg = config.programs.mako;
|
cfg = config.services.mako;
|
||||||
|
|
||||||
in {
|
in {
|
||||||
meta.maintainers = [ maintainers.onny ];
|
meta.maintainers = [ maintainers.onny ];
|
||||||
|
|
||||||
|
imports =
|
||||||
|
[ (mkRenamedOptionModule [ "programs" "mako" ] [ "services" "mako" ]) ];
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
programs.mako = {
|
services.mako = {
|
||||||
enable = mkEnableOption ''
|
enable = mkEnableOption ''
|
||||||
Mako, lightweight notification daemon for Wayland
|
Mako, lightweight notification daemon for Wayland
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue