From 152df1501af3eab21cf9f656c4232ee563c04d2b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 8 Oct 2021 15:03:45 +0200 Subject: [PATCH] home: gammastep: fix typo --- home/gammastep/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gammastep/default.nix b/home/gammastep/default.nix index 24c595c..3e20094 100644 --- a/home/gammastep/default.nix +++ b/home/gammastep/default.nix @@ -25,7 +25,7 @@ in times = { dawn = mkTimeOption "Dawn time" "6:00-7:30"; - dusk = mkTimeOption "Dawn time" "18:30-20:00"; + dusk = mkTimeOption "Dusk time" "18:30-20:00"; }; };