depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
multi
/
pkgs
/
default.nix
blob: e98ed735c43387165b9bfb79d21e02cb24807d59 (
plain
) (
blame
)
1
2
3
4
5
6
{ pkgs
, ...
}:
let
htop
=
import
./htop
{
inherit
pkgs
; };
in
[ htop ]