Files
dotfiles/home-modules/nh.nix
Lennart J. Kurzweg (Nx2) 66ef004344 added NxACE (untested)
2024-05-04 12:10:42 +02:00

13 lines
226 B
Nix

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