Set shell on darwin
This commit is contained in:
parent
d2c465625d
commit
6414dda04f
|
@ -3,6 +3,8 @@
|
||||||
{
|
{
|
||||||
# Setup system configuration
|
# Setup system configuration
|
||||||
nathan = { config = { isDesktop = true; }; };
|
nathan = { config = { isDesktop = true; }; };
|
||||||
|
# Configure the login shell
|
||||||
|
users.users."nathan".shell = pkgs.fish;
|
||||||
# Setup home manager
|
# Setup home manager
|
||||||
home-manager.users.nathan = import ./home.nix;
|
home-manager.users.nathan = import ./home.nix;
|
||||||
# Configure nix build
|
# Configure nix build
|
||||||
|
|
Loading…
Reference in New Issue