From 68d99c3696d39d534c5cf7f2aee7a424c55539d2 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Fri, 19 Jul 2024 17:56:28 +0200 Subject: let's try nushell --- share/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/users.nix') diff --git a/share/users.nix b/share/users.nix index fde40bf..6c942d4 100644 --- a/share/users.nix +++ b/share/users.nix @@ -14,8 +14,8 @@ in # all users and passwords are defined here mutableUsers = false; - # default shell is ZSH - defaultUserShell = pkgs.zsh; + # default shell is nushell + defaultUserShell = pkgs.nushell; # # administrator -- cgit v1.2.3