nixos-config/modules/home/mako.nix

26 lines
597 B
Nix
Raw Normal View History

2023-11-05 17:56:55 +01:00
{ config, pkgs, ... }:
2023-11-05 11:40:44 +01:00
{
2024-10-12 13:07:23 +02:00
# services = {
# mako = {
# enable = true;
# font = "JetBrainsMono Nerd Font 12";
# padding = "15";
# defaultTimeout = 5000;
# borderSize = 2;
# borderRadius = 5;
# backgroundColor = "#1e1e2e";
# borderColor = "#b4befe";
# progressColor = "over #313244";
# textColor = "#cdd6f4";
# icons = true;
# actions = true;
# extraConfig = ''
# text-alignment=center
# [urgency=high]
# default-timeout=100000000
# border-color=#fab387
# '';
# };
# };
2023-11-05 11:40:44 +01:00
}