️ use nix-index-database to auto-update nix-index

This commit is contained in:
Laureηt 2024-10-05 23:32:39 +02:00
parent 0b63799413
commit 0f5dc7addc
Signed by: Laurent
SSH key fingerprint: SHA256:pb5NrYg80So5z9hmqQFPmp//sgr+DFeJkKhmGyU2NLk
2 changed files with 5 additions and 1 deletions

View file

@ -41,7 +41,6 @@
}; };
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:nix-community/lanzaboote";
# inputs.nixpkgs.follows = "nixpkgs"; # leads to many recompilations
}; };
nixos-hardware = { nixos-hardware = {
url = "github:NixOS/nixos-hardware"; url = "github:NixOS/nixos-hardware";
@ -49,6 +48,10 @@
impermanence = { impermanence = {
url = "github:nix-community/impermanence"; url = "github:nix-community/impermanence";
}; };
nix-index-database = {
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
# home stuff # home stuff
wallpaper = { wallpaper = {

View file

@ -3,6 +3,7 @@
imports = [ imports = [
inputs.catppuccin.homeManagerModules.catppuccin inputs.catppuccin.homeManagerModules.catppuccin
inputs.nix-index-database.hmModules.nix-index
./applications ./applications
./desktop ./desktop