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