config/profiles/shell/nix-utils.nix

17 lines
240 B
Nix
Raw Normal View History

2023-03-12 05:14:28 +01:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
cachix
nix-output-monitor
nix-prefetch
nix-top
#nix-index
nix-tree
#nix-search # TODO: exists?
nix-diff
#comma
nixfmt
alejandra
];
}