diff options
Diffstat (limited to 'nixos/.flake/home/services/mako.org')
-rw-r--r-- | nixos/.flake/home/services/mako.org | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/nixos/.flake/home/services/mako.org b/nixos/.flake/home/services/mako.org deleted file mode 100644 index caa0240..0000000 --- a/nixos/.flake/home/services/mako.org +++ /dev/null @@ -1,13 +0,0 @@ -#+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 |