aboutsummaryrefslogtreecommitdiff
path: root/modules/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mako.nix')
-rw-r--r--modules/mako.nix9
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/mako.nix b/modules/mako.nix
index d67ebfa..9d6e652 100644
--- a/modules/mako.nix
+++ b/modules/mako.nix
@@ -1,4 +1,9 @@
-{ config, lib, pkgs, ... }:
+{
+ config,
+ lib,
+ pkgs,
+ ...
+}:
let
cfg = config.modules.mako;
scheme = config.modules.scheme;
@@ -13,7 +18,7 @@ in
enable = true;
backgroundColor = scheme.base00;
textColor = scheme.base05;
- borderColor = scheme.base0D; #"#a39ec4ff";
+ borderColor = scheme.base0D; # "#a39ec4ff";
borderSize = 1;
defaultTimeout = 20000;
font = "monospace 10";