5 lines
57 B
Nix
5 lines
57 B
Nix
|
{ ... }:
|
||
|
{
|
||
|
programs.command-not-found.enable = true;
|
||
|
}
|