Add import-tree
This commit is contained in:
parent
50b6899893
commit
c832fa2958
3 changed files with 20 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
};
|
||||
|
||||
import-tree.url = "github:vic/import-tree";
|
||||
|
||||
nix-index-database = {
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
url = "github:nix-community/nix-index-database";
|
||||
|
@ -54,6 +56,8 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
(inputs.import-tree ./modules2)
|
||||
|
||||
./flake-modules/dev-shell.nix
|
||||
./flake-modules/formatting.nix
|
||||
./flake-modules/nixos-configurations.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue