aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-22 13:36:33 +0200
committerSilas Schöffel <sils@sils.li>2025-08-22 13:36:33 +0200
commit1dd77faa80f6684b8fc481172caffd26971d3d14 (patch)
treecb0c84b395888da7d4256b8d92d363f74051eb35
parentflake.lock: update (diff)
downloadnix-config-1dd77faa80f6684b8fc481172caffd26971d3d14.zip
hm/mako: update option names
-rw-r--r--hm/mako/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/hm/mako/default.nix b/hm/mako/default.nix
index 3cc5cff..c71f704 100644
--- a/hm/mako/default.nix
+++ b/hm/mako/default.nix
@@ -2,16 +2,16 @@
services.mako = {
enable = true;
settings = {
- #backgroundColor = "#2e3440";
- #borderColor = "#88c0d0";
- #borderRadius = 25;
- #borderSize = 2;
- defaultTimeout = 5000;
+ #background-color = "#2e3440";
+ #border-color = "#88c0d0";
+ border-radius = 25;
+ border-size = 2;
+ default-timeout = 5000;
#font = "Source Code Pro 10";
width = 500;
height = 500;
icons = true;
- ignoreTimeout = true;
+ ignore-timeout = true;
layer = "overlay";
markup = true; # TODO
maxIconSize = 64;