mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
0d901aa10c
Signed-off-by: Hadi <hadi@example.com>
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;
|
|
}
|