nixfiles/profiles/home-manager/base/nix.nix

7 lines
89 B
Nix
Raw Normal View History

{pkgs, ...}: {
home.packages = with pkgs; [
nix-tree
nix-output-monitor
];
}