base: add existing config

This commit is contained in:
lily 2024-07-24 19:51:43 -04:00
commit 0c2d3b2e78
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
34 changed files with 437 additions and 0 deletions

5
nixos/misc/time.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }:
{
time.timeZone = "America/New_York";
}