diff options
author | stuebinm | 2025-06-01 01:43:30 +0200 |
---|---|---|
committer | stuebinm | 2025-06-01 01:43:30 +0200 |
commit | af24f0140e85b94758276195b991b6957b359ac3 (patch) | |
tree | 973697ae09951aee10ef7022abb57197ceb37d91 /home/home.nix | |
parent | 717e5e07e85ef917a023ac5ca01b6c689cac5fdd (diff) |
NixOS 25.05
Diffstat (limited to 'home/home.nix')
-rw-r--r-- | home/home.nix | 12 |
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 = { |