From 4bef3ac462bef5b66fe8424628c1e86988d897ca Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 18 Jan 2026 16:54:55 +0100 Subject: tweak(workstation): set LC_TIME to en_GB.UTF-8 For 24h times, DD/MM/YYYY and weeks starting on Monday. --- nixos/profiles/workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/workstation/default.nix b/nixos/profiles/workstation/default.nix index 2c5e32a..86ca6b1 100644 --- a/nixos/profiles/workstation/default.nix +++ b/nixos/profiles/workstation/default.nix @@ -44,7 +44,7 @@ in LC_NUMERIC = "en_US.UTF-8"; LC_PAPER = "en_US.UTF-8"; LC_TELEPHONE = "en_US.UTF-8"; - LC_TIME = "en_US.UTF-8"; + LC_TIME = "en_GB.UTF-8"; }; services.getty = { -- cgit v1.3.1