Files
nixos-config/home/programs/nh/default.nix
2025-11-29 17:05:31 +01:00

7 lines
135 B
Nix

{config, ...}: {
programs.nh = {
enable = true;
flake = "/home/kiri/.config/nixos"; # Assuming this is the flake root
};
}