forked from hacc/haccfiles
set timezones
default is UTC no need to force it A desktop shoud be in the commonly used timezone. Forcing UTC has caused trouble multiple times.
This commit is contained in:
parent
f4089803ff
commit
dbf8d74a24
2 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,6 @@ in {
|
|||
security.sudo.wheelNeedsPassword = lib.mkDefault false;
|
||||
|
||||
i18n.defaultLocale = "en_IE.UTF-8";
|
||||
time.timeZone = "UTC";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "de";
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs bat ]);
|
||||
|
||||
sound.enable = true;
|
||||
time.timeZone = "Europe/Berlin";
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
|
|
Loading…
Reference in a new issue