6 lines
100 B
Nix
6 lines
100 B
Nix
{pkgs, ...}: {
|
|
programs.command-not-found = {
|
|
enable = true;
|
|
dbPath = pkgs.sqlite;
|
|
};
|
|
}
|