Files
dotfiles/home-modules/nh.nix
Lennart J. Kurzweg (Nx2) 428c531415 homeACE
2024-05-05 12:32:57 +02:00

13 lines
226 B
Nix
Executable File

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