This commit is contained in:
Lgmrszd 2023-11-13 22:46:28 +03:00
parent 65910a0dcc
commit 3fda013e52
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
3 changed files with 80 additions and 0 deletions

View file

@ -23,6 +23,10 @@
# to avoid problems caused by different versions of nixpkgs.
inputs.nixpkgs.follows = "nixpkgs";
};
nh = {
url = "github:viperML/nh";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = inputs@{
@ -44,6 +48,7 @@
};
modules = [
# nur.nixosModules.nur
inputs.nh.nixosModules.default
./configuration.nix
# nix-index-database.nixosModules.nix-index
./mounts.nix