mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Fix catulli timezone
This commit is contained in:
@@ -15,6 +15,6 @@ with import ../theme.nix;
|
||||
fading = 50;
|
||||
iso14755 = false;
|
||||
urgentOnBell = true;
|
||||
reverseVideo = true;
|
||||
reverseVideo = false;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
networking.hostName = "catullus";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
networking.wireless = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user