diff --git a/users/tao.nix b/users/tao.nix index f9805f5..912962e 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -1,5 +1,4 @@ -{ pkgs, ... }: -{ +{ pkgs, ... }: { users.users.tao.packages = with pkgs; [ appimage-run nixpkgs-fmt @@ -47,7 +46,6 @@ zoxide obs-studio ]; - programs.nushell.enable = true; environment.shells = with pkgs; [ unstable.nushell ]; # services.expressvpn.enable = true;