diff --git a/common/default.nix b/common/default.nix index e5cd2e3..fc0375b 100644 --- a/common/default.nix +++ b/common/default.nix @@ -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"; diff --git a/desktop/default.nix b/desktop/default.nix index 5fbec0e..b8d769d 100644 --- a/desktop/default.nix +++ b/desktop/default.nix @@ -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;