summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-21 10:34:59 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-21 10:34:59 -0500
commit49aaf7a445a87488f9dc8edeb7b6306eac0b852a (patch)
treed972533a0b7f90c647a054b616170cfa0afbccf6 /modules
parentuse hyprlock,idle,paper directly from nixpkgs (diff)
downloaddotfiles-nix-49aaf7a445a87488f9dc8edeb7b6306eac0b852a.tar.gz
dotfiles-nix-49aaf7a445a87488f9dc8edeb7b6306eac0b852a.tar.bz2
dotfiles-nix-49aaf7a445a87488f9dc8edeb7b6306eac0b852a.zip
fix timezone
Diffstat (limited to 'modules')
-rw-r--r--modules/system.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system.nix b/modules/system.nix
index fc08173..3009d2f 100644
--- a/modules/system.nix
+++ b/modules/system.nix
@@ -28,7 +28,7 @@
boot.kernelPackages = pkgs.linuxPackages_latest;
# timezone
- time.timeZone = "Americia/New_York";
+ time.timeZone = "America/New_York";
# locale
i18n.defaultLocale = "en_US.UTF-8";