summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usecases/desktop/graphical/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix
index 0b0c59a..22c4d63 100644
--- a/usecases/desktop/graphical/sway.nix
+++ b/usecases/desktop/graphical/sway.nix
@@ -189,7 +189,7 @@ _inputs: {
189 }; 189 };
190 }; 190 };
191 191
192 programs.mako = with osConfig.theme.colors; { 192 services.mako = with osConfig.theme.colors; {
193 enable = true; 193 enable = true;
194 backgroundColor = background0; 194 backgroundColor = background0;
195 borderColor = dimDominant; 195 borderColor = dimDominant;