nixos-config/modules/home/programs/terminal/not-found/default.nix
2025-02-22 02:54:46 -05:00

4 lines
57 B
Nix

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