From 7b599b6e10ab6e5fd3e7ec0c5b7d79a586375842 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Sat, 30 Sep 2023 11:25:55 -0400 Subject: add music module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 976e590..d18f19b 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ nixosConfigurations = ( import ./hosts { inherit (nixpkgs) lib; - inherit inputs nixpkgs nixpkgs-unstable nurpkgs home-manager stateVersion; + inherit inputs nixpkgs nixpkgs-unstable nixos-hardware nurpkgs home-manager stateVersion; } ); }; -- cgit v1.2.1