feat: add apps(using homebrew), update shells

This commit is contained in:
Ryan Yin
2023-07-05 16:53:50 +08:00
parent 4af3fa88dd
commit acd7f8308c
4 changed files with 15 additions and 22 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
###################################################################################
#
@@ -72,10 +72,10 @@
home = "/Users/admin";
description = "admin";
# set user's default shell to nushell
# this may not work, to change the default shell manually, use
# `chsh -s /run/current-system/sw/bin/nu`
shell = pkgs.nushell;
# set user's default shell back to zsh
# `chsh -s /bin/zsh`
# DO NOT change the system's default shell to nushell! it will break some apps!
# It's better to change only starship/alacritty/vscode's shell to nushell!
};
# Create /etc/zshrc that loads the nix-darwin environment.