feat: setup nushell, bat and tldr
This commit is contained in:
parent
e7eaef940f
commit
61def35313
2 changed files with 12 additions and 0 deletions
|
|
@ -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; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue