add nix-tree and nix-output-monitor to hm profiles
This commit is contained in:
parent
d6c37557f9
commit
938cc3f107
6
profiles/home-manager/base/nix.nix
Normal file
6
profiles/home-manager/base/nix.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nix-tree
|
||||||
|
nix-output-monitor
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue