diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-04 13:08:20 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-08-04 13:08:20 -0500 |
| commit | d8a7b67a446dcec2db5ff466ab66f741e00a961b (patch) | |
| tree | b9f9801afa4e72588465040af52aebe1b3565046 /modules/user | |
| parent | 7b39677fee8cebf0cb2cf2b67dfeaf6dc4169c72 (diff) | |
small tmux tweaks
Diffstat (limited to 'modules/user')
| -rw-r--r-- | modules/user/system/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/user/system/default.nix b/modules/user/system/default.nix index 15252f8..8692652 100644 --- a/modules/user/system/default.nix +++ b/modules/user/system/default.nix @@ -13,6 +13,8 @@ in { }; security.sudo-rs.enable = true; + time.timeZone = "America/Chicago"; + hjem = { clobberByDefault = true; users."${cfg.name}" = { |
