upgrade macos to ventura

This commit is contained in:
Noah Masur
2022-12-13 21:02:42 -07:00
parent adb7956213
commit d1b144f441
3 changed files with 45 additions and 45 deletions

View File

@ -3,7 +3,7 @@
imports =
[ ../modules/shell ../modules/neovim ../modules/repositories/dotfiles.nix ];
options = rec {
options = {
user = lib.mkOption {
type = lib.types.str;
description = "Primary user of the system";
@ -74,7 +74,7 @@
};
};
config = let stateVersion = "22.11";
config = let stateVersion = "23.05";
in {
# Enable features in Nix commands