home(mako): enable service
This commit is contained in:
parent
95daf33989
commit
3a003f3274
1 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue