mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
6 lines
167 B
Nix
6 lines
167 B
Nix
{inputs, ...}: {
|
|
imports = [inputs.nix-index-database.homeModules.default];
|
|
programs.nix-index.enable = true;
|
|
programs.nix-index-database.comma.enable = true;
|
|
}
|