testing nushell on laptop
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user