testing nushell on laptop
This commit is contained in:
parent
a94f2615ef
commit
5af08eb27f
2 changed files with 35 additions and 19 deletions
|
|
@ -152,8 +152,8 @@
|
|||
isNormalUser = true;
|
||||
description = "k";
|
||||
extraGroups = ["networkmanager" "wheel"];
|
||||
packages = with pkgs; [zsh];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [nushell];
|
||||
shell = pkgs.nushell;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue