diff options
author | Tim Keller <tjk@tjkeller.xyz> | 2025-09-01 20:52:45 -0500 |
---|---|---|
committer | Tim Keller <tjk@tjkeller.xyz> | 2025-09-01 20:52:45 -0500 |
commit | e9f643be9b6cf4ca5a15aa0081f1279f7872c8ee (patch) | |
tree | 1ca1c05a06805add27718b68891993f1a523fd1c /users | |
parent | 70a35808f1bd9f6daab92bc4d8d590d17421df84 (diff) | |
download | nixos-e9f643be9b6cf4ca5a15aa0081f1279f7872c8ee.tar.xz nixos-e9f643be9b6cf4ca5a15aa0081f1279f7872c8ee.zip |
add redshift and geoclue2 configuration
Diffstat (limited to 'users')
-rw-r--r-- | users/timmy/localization.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/timmy/localization.nix b/users/timmy/localization.nix index 8313f07..88f9f1d 100644 --- a/users/timmy/localization.nix +++ b/users/timmy/localization.nix @@ -1,5 +1,4 @@ { - time.timeZone = "America/Chicago"; i18n.defaultLocale = "en_US.UTF-8"; services.xserver.xkb.layout = "us"; } |