feat: setup nushell, bat and tldr

This commit is contained in:
HerozDotExe 2026-02-17 09:37:35 +01:00
parent e7eaef940f
commit 61def35313
2 changed files with 12 additions and 0 deletions

View file

@ -120,6 +120,7 @@
# Define a user account. Don't forget to set a password with passwd.
users.users.heroz = {
shell = pkgs.nushell;
isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user.
packages = with pkgs; [