Set shell on darwin
This commit is contained in:
parent
d2c465625d
commit
6414dda04f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue