4 lines
140 B
Nix
Executable file
4 lines
140 B
Nix
Executable file
{...}: {
|
|
# The nixpkgs command-not-found script does not work with flakes, so I disable it
|
|
programs.command-not-found.enable = false;
|
|
}
|