diff options
Diffstat (limited to 'users/multi/home/configs/whitby.nix')
-rw-r--r-- | users/multi/home/configs/whitby.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/multi/home/configs/whitby.nix b/users/multi/home/configs/whitby.nix index 90ed1e470fc4..1ed95770f7a3 100644 --- a/users/multi/home/configs/whitby.nix +++ b/users/multi/home/configs/whitby.nix @@ -2,6 +2,7 @@ let nixpkgs = import pkgs.nixpkgsSrc {}; + localpkgs = depot.users.multi.pkgs; # use the depot checkout in my home directory, to make hacking around easier, # instead of the depot checkout sitting in the nix stores @@ -57,6 +58,7 @@ in nixpkgs.strace nixpkgs.file nixpkgs.pciutils + localpkgs.htop ]; home.file = { |