From 31ba33f92de100e8b03cb44bb943cf6ddf743604 Mon Sep 17 00:00:00 2001 From: Fishandchips321 Date: Thu, 26 Feb 2026 17:28:10 +0000 Subject: [PATCH] added missing semi-colon --- modules/locale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locale.nix b/modules/locale.nix index 9ee16d5..8e0967b 100644 --- a/modules/locale.nix +++ b/modules/locale.nix @@ -12,5 +12,5 @@ _: LC_PAPER = "en_GB.UTF-8"; LC_TELEPHONE = "en_GB.UTF-8"; LC_TIME = "en_GB.UTF-8"; - } + }; } \ No newline at end of file