diff --git a/home/profiles/development.nix b/home/profiles/development.nix new file mode 100644 index 00000000..94c0cca5 --- /dev/null +++ b/home/profiles/development.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: { + home.packages = [ + pkgs.deadnix + ]; +} diff --git a/outputs.nix b/outputs.nix index ffebc3ce..35549b04 100644 --- a/outputs.nix +++ b/outputs.nix @@ -97,7 +97,7 @@ in utils.lib.mkFlake { homeManagerConfigurations = mapAttrs (name: path: home-manager.lib.homeManagerConfiguration { pkgs = channels.nixpkgs; extraSpecialArgs = { - inherit inputs tree; + inherit channels inputs tree; machine = name; nixos = {}; };