This commit is contained in:
Sense T 2023-11-25 15:39:21 +08:00
parent a6dc09fb3d
commit 4af2f3a15e
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@
};
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-23.05-darwin";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-23.11-darwin";
darwin = {
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};

View File

@ -67,7 +67,7 @@
zsh = {
enable = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;