unstable nh?

This commit is contained in:
2026-01-06 00:48:55 -06:00
parent 671b5f92c0
commit e36f899e93

View File

@@ -1,4 +1,4 @@
{ config, lib, ... }: { { config, lib, inputs, ... }: {
options.homeconfig.nh.enable = lib.options.mkOption { options.homeconfig.nh.enable = lib.options.mkOption {
type = lib.types.bool; type = lib.types.bool;
@@ -9,6 +9,7 @@
programs.nh = { programs.nh = {
enable = true; enable = true;
package = let pkgs-us = import inputs.nixpkgs-us { system = "x86_64-linux"; }; in pkgs-us.nh;
#flake = "${config.home.homeDirectory}/Projects/Olympus"; #flake = "${config.home.homeDirectory}/Projects/Olympus";
clean = { clean = {