diff --git a/modules/core.nix b/modules/core.nix index 07f836b..0bf46ce 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -1,4 +1,8 @@ -{pkgs}: { +{ + config, + pkgs, + ... +}: { config = { system.stateVersion = "24.05"; time.timeZone = "America/New_York";