summaryrefslogtreecommitdiff
path: root/home/home.nix
diff options
context:
space:
mode:
authorstuebinm2025-06-01 01:43:30 +0200
committerstuebinm2025-06-01 23:19:12 +0200
commit52f13d67f0083c62aef505e8223b784be92624aa (patch)
tree587a0c01fa2d31b2e417959c37e7f685ae20f1d2 /home/home.nix
parent717e5e07e85ef917a023ac5ca01b6c689cac5fdd (diff)
NixOS 25.05
Diffstat (limited to 'home/home.nix')
-rw-r--r--home/home.nix12
1 files changed, 7 insertions, 5 deletions
diff --git a/home/home.nix b/home/home.nix
index c93daef..e743f2a 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -392,11 +392,13 @@
services.mako = {
enable = true;
- backgroundColor = "#74389eb0";
- borderColor = "#c27cb6ff";
- defaultTimeout = 5000; # milliseconds
- padding = "10";
- output = "DP-9";
+ settings = {
+ background-color = "#74389eb0";
+ border-color = "#c27cb6ff";
+ default-timeout = 5000; # milliseconds
+ padding = "10";
+ output = "DP-9";
+ };
};
services.mpd = {