unstable nh?
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, lib, ... }: {
|
||||
{ config, lib, inputs, ... }: {
|
||||
|
||||
options.homeconfig.nh.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
package = let pkgs-us = import inputs.nixpkgs-us { system = "x86_64-linux"; }; in pkgs-us.nh;
|
||||
#flake = "${config.home.homeDirectory}/Projects/Olympus";
|
||||
|
||||
clean = {
|
||||
|
||||
Reference in New Issue
Block a user