nix-stuff/roles/common/programs/command-not-found.nix
2024-03-20 13:03:05 +01:00

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;
}