Files
dotfiles/home-modules/nh.nix
Lennart J. Kurzweg (Nx2) d2d1ce7830 overlays refactor
2025-06-17 19:48:31 +02:00

14 lines
203 B
Nix

{ pkgs, ... }@all: with all;
{
home = {
packages = with pkgs; [
nh
nix-output-monitor
nvd
];
sessionVariables = {
NH_FLAKE = "${hyper.home}/nix-dots";
};
};
}