nixhome/nix-utils.nix

8 lines
96 B
Nix

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