Updates to nix config to fix deprecation warnings

This commit is contained in:
Random936
2025-07-21 11:02:59 -07:00
parent ffa9bc9e3f
commit f667cc4c14
2 changed files with 2 additions and 6 deletions

View File

@@ -39,6 +39,6 @@
};
# Install comma
imports = [ inputs.nix-index-database.hmModules.nix-index ];
imports = [ inputs.nix-index-database.homeModules.nix-index ];
programs.nix-index-database.comma.enable = true;
}