home/make: Move to seprate module
This commit is contained in:
parent
0e9459c700
commit
5eba61ee1b
2 changed files with 16 additions and 8 deletions
14
home-manager/modules/mako.nix
Normal file
14
home-manager/modules/mako.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
groupBy = "app-name";
|
||||
defaultTimeout = 5000;
|
||||
extraConfig = ''
|
||||
font=Inconsolata 10
|
||||
background-color=#1d2021
|
||||
border-color=#ebdbb2
|
||||
border-radius=10
|
||||
text-color=#ebdbb2
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue