home: Add mako configuration

This commit is contained in:
The Hedgehog 2022-10-07 17:48:58 -04:00
parent f84d1480f1
commit 26b57e2c19
Signed by: thehedgehog
GPG key ID: 8CDF3F7CAA53A0F5
2 changed files with 14 additions and 0 deletions

View file

@ -47,6 +47,7 @@
./home/programs/gh.nix
./home/programs/gpg.nix
./home/programs/kitty.nix
./home/programs/mako.nix
./home/programs/navi.nix
./home/programs/ncmpcpp.nix
./home/programs/neovim/default.nix

13
home/programs/mako.nix Normal file
View file

@ -0,0 +1,13 @@
{
programs.mako = {
enable = true;
actions = true;
backgroundColor = "#1e1e2eff";
borderColor = "#cba6f7ff";
defaultTimeout = 10000;
font = "IBM Plex Sans 14pt";
icons = true;
layer = "overlay";
textColor = "#cdd6f4ff";
};
}