home(mako): enable service
This commit is contained in:
parent
012d405704
commit
f4367119d3
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