aboutsummaryrefslogtreecommitdiff
path: root/nixos/.flake/home/services/mako.nix.org
blob: caa0240910f794a60ca44e3e818a5bea126eb0ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#+title: Mako Configuration

Enable =mako= to handle notifications.
#+begin_src nix :tangle ~/.flake/home/services/mako.nix :mkdirp yes
{ config, pkgs, ... }:

{
  services.mako = {
    enable = true;
    backgroundColor = "#191916ff";
  };
}
#+end_src