nixos-config/modules/home/programs/terminal/notfound/default.nix

5 lines
57 B
Nix
Raw Normal View History

{ ... }:
{
programs.command-not-found.enable = true;
}