feat(mako): enable service
This commit is contained in:
parent
c841558ff6
commit
d7484edcfa
10
home/mako/home.nix
Normal file
10
home/mako/home.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; mkIf config.passthrough.gui {
|
||||
services.mako = {
|
||||
enable = true;
|
||||
defaultTimeout = 5000;
|
||||
anchor = "bottom-center";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue