flakes/modules/user/comma.nix

8 lines
177 B
Nix
Raw Permalink Normal View History

2026-03-15 21:06:20 +11:00
{ inputs, ... }: {
imports = [
inputs.nix-index-database.homeModules.default
];
programs.nix-index.enable = true;
programs.nix-index-database.comma.enable = true;
}