1
0
Fork 0
forked from Bun/nixos-config
nixos-config/modules/home/programs/terminal/notfound/default.nix

4 lines
57 B
Nix

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