mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
20f7bca099
Signed-off-by: pph <pph@pph.pph>
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;
|
|
}
|