Files
dotfiles/home-modules/nh.nix
Lennart J. Kurzweg (Nx2) ce140cf4f2 merge + fix nixpkgs versions
2025-05-27 07:55:00 +00:00

14 lines
196 B
Nix

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