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;