full nix-index-database integration

This commit is contained in:
notgne2 2025-11-17 11:23:14 -07:00
parent cd549dc423
commit f67c5e6ada
No known key found for this signature in database
4 changed files with 16 additions and 3 deletions

View file

@ -5,7 +5,13 @@ all: {
options,
...
}: {
imports = [all];
imports = [
all
inputs.nix-index-database.nixosModules.nix-index
];
programs.nix-index-database.comma.enable = true;
boot.loader = {
systemd-boot.editor = lib.mkDefault false;