universe/hosts/common/services/command-not-found.nix

8 lines
127 B
Nix
Raw Normal View History

2025-03-02 19:00:20 +00:00
{
inputs,
system,
...
}: {
programs.command-not-found.dbPath = inputs.programsdb.packages.${system}.programs-sqlite;
}