nix index things
This commit is contained in:
parent
7aee282c36
commit
86c6c706a5
3 changed files with 9 additions and 7 deletions
8
modules/nix-index.nix
Normal file
8
modules/nix-index.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{}: {
|
||||
imports = [
|
||||
inputs.nix-index-database.nixosModules.nix-index
|
||||
];
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
programs.command-not-found.enable = false; # TODO fix ts
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue