feat: comment out nixpkgs-unstable, we use unstable by default (#232)

* feat: comment out nixpkgs-unstable, we use unstable by default

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>

* fix: typo...

---------

Signed-off-by: Ryan Yin <xiaoyin_c@qq.com>
This commit is contained in:
Ryan Yin
2025-11-01 21:21:57 +08:00
committed by GitHub
parent 0c2dcc0734
commit 34fdd92351
18 changed files with 93 additions and 107 deletions

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
pkgs-unstable,
...
}:
##########################################################################
@@ -95,7 +94,7 @@ in
programs.zsh.enable = true;
environment.shells = [
pkgs.zsh
pkgs-unstable.nushell # my custom shell
pkgs.nushell # my custom shell
];
# homebrew need to be installed manually, see https://brew.sh