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;
|
security.sudo.wheelNeedsPassword = lib.mkDefault false;
|
||||||
|
|
||||||
i18n.defaultLocale = "en_IE.UTF-8";
|
i18n.defaultLocale = "en_IE.UTF-8";
|
||||||
time.timeZone = "UTC";
|
|
||||||
console = {
|
console = {
|
||||||
font = "Lat2-Terminus16";
|
font = "Lat2-Terminus16";
|
||||||
keyMap = "de";
|
keyMap = "de";
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs bat ]);
|
] ++ (with pkgs; [ alacritty picom feh copyq polybar cinnamon.nemo rofi arandr notepadqq nomacs bat ]);
|
||||||
|
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
time.timeZone = "Europe/Berlin";
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.pulseaudioFull;
|
package = pkgs.pulseaudioFull;
|
||||||
|
|
Loading…
Reference in a new issue