1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

Fix catulli timezone

This commit is contained in:
Kierán Meinhardt
2019-01-30 18:16:41 +01:00
parent 942272895b
commit 1f5460d4ca
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ with import ../theme.nix;
fading = 50;
iso14755 = false;
urgentOnBell = true;
reverseVideo = true;
reverseVideo = false;
};
}

View File

@@ -9,6 +9,7 @@
networking.hostName = "catullus";
time.timeZone = "Europe/Berlin";
networking.wireless = {
enable = true;