mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix[client]: actually use nix-index-database
This commit is contained in:
parent
dcbca0f082
commit
f94e95e303
4 changed files with 10 additions and 3 deletions
|
|
@ -14,11 +14,13 @@
|
|||
in
|
||||
|
||||
{
|
||||
|
||||
enable = true;
|
||||
package = pkgs.symlinkJoin {
|
||||
name = "nix-index";
|
||||
paths = [ commandNotFound ];
|
||||
};
|
||||
};
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue