11 lines
158 B
Nix
11 lines
158 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
nix-output-monitor
|
|
nix-top
|
|
nix-search-cli # nix-search
|
|
nix-diff
|
|
comma
|
|
];
|
|
}
|