nix-config/home/desktop-river/mako.nix

18 lines
319 B
Nix
Raw Normal View History

2022-12-29 21:12:28 +01:00
{ config, pkgs, ... }:
{
programs.mako = {
enable = true;
actions = true;
anchor = "top-right";
backgroundColor = "#282828E6";
borderColor = "#458588";
borderRadius = 0;
borderSize = 1;
font = "Inter 10";
icons = true;
textColor = "#ebdbb2";
defaultTimeout = 5000;
};
}