From 1f5460d4ca208fbb11126930cc38ea2811469504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 30 Jan 2019 18:16:41 +0100 Subject: [PATCH] Fix catulli timezone --- dot/urxvt.nix | 2 +- systems/catullus/config.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/urxvt.nix b/dot/urxvt.nix index 26ca8b0..593e287 100644 --- a/dot/urxvt.nix +++ b/dot/urxvt.nix @@ -15,6 +15,6 @@ with import ../theme.nix; fading = 50; iso14755 = false; urgentOnBell = true; - reverseVideo = true; + reverseVideo = false; }; } diff --git a/systems/catullus/config.nix b/systems/catullus/config.nix index f07d865..c6426e4 100644 --- a/systems/catullus/config.nix +++ b/systems/catullus/config.nix @@ -9,6 +9,7 @@ networking.hostName = "catullus"; + time.timeZone = "Europe/Berlin"; networking.wireless = { enable = true;