Set shell on darwin

This commit is contained in:
Nathan McCarty 2023-03-29 21:08:55 -04:00
parent d2c465625d
commit 6414dda04f
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
{
# Setup system configuration
nathan = { config = { isDesktop = true; }; };
# Configure the login shell
users.users."nathan".shell = pkgs.fish;
# Setup home manager
home-manager.users.nathan = import ./home.nix;
# Configure nix build