From b45841285b06a460df7e5badceda8de8b1a077b9 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Sun, 1 Mar 2026 14:00:36 +0800 Subject: [PATCH] fix: typo Tommorow -> Tomorrow in dconf.nix --- nixos/modules/programs/dconf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/dconf.nix b/nixos/modules/programs/dconf.nix index 767a0bf9632f..42ec0571ef59 100644 --- a/nixos/modules/programs/dconf.nix +++ b/nixos/modules/programs/dconf.nix @@ -127,7 +127,7 @@ let { "com/raggesilver/BlackBox" = { scrollback-lines = mkUint32 10000; - theme-dark = "Tommorow Night"; + theme-dark = "Tomorrow Night"; }; } '';