diff --git a/modules/core.nix b/modules/core.nix index c9e18be..a627b07 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -1,4 +1,9 @@ { + config, + lib, + pkgs, + ... +}: { system.stateVersion = "24.05"; time.timeZone = "America/New_York";