home/make: Move to seprate module

This commit is contained in:
fleaz 2024-11-25 20:58:34 +01:00
parent 0e9459c700
commit 5eba61ee1b
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 16 additions and 8 deletions

View 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
'';
};
}