Skip to content

Commit

Permalink
add pstree to the system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jun 10, 2022
1 parent 43a720f commit 9c92a29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions machines/sequoia/default.nix
Expand Up @@ -56,8 +56,12 @@

home.sessionVariables.NIX_PATH = "nixpkgs=${pkgs.path}:$NIX_PATH";

home.packages =
[ pkgs.xbar-pr-status pkgs.xbar-review-request-status pkgs.nix-tree ];
home.packages = [
pkgs.xbar-pr-status
pkgs.xbar-review-request-status
pkgs.nix-tree
pkgs.pstree
];

imports = [
../../dotfiles/alacritty
Expand Down

0 comments on commit 9c92a29

Please sign in to comment.