nichts/modules/programs/module.nix

7 lines
100 B
Nix
Raw Normal View History

2024-09-22 01:46:52 +02:00
{pkgs, ...}: {
programs.command-not-found = {
enable = true;
dbPath = pkgs.sqlite;
};
}