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

@ -32,8 +32,6 @@ in {
services.gvfs.enable = lib.mkDefault true;
services.udisks2.enable = lib.mkDefault true;
programs.nix-index-database.comma.enable = true;
console = {
earlySetup = lib.mkDefault false;
};