feat: deadnix

This commit is contained in:
Kat Inskip 2022-12-04 17:22:23 +01:00
parent 862395c45b
commit 9cc9afa434
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }: {
home.packages = [
pkgs.deadnix
];
}

View file

@ -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 = {};
};