testing nushell on laptop

This commit is contained in:
k
2025-01-25 11:32:51 -05:00
parent a94f2615ef
commit 5af08eb27f
2 changed files with 35 additions and 19 deletions

View File

@@ -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 = {