mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: deadnix
This commit is contained in:
parent
862395c45b
commit
9cc9afa434
2 changed files with 6 additions and 1 deletions
|
|
@ -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 = {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue