universe/users/modules/global/shells/common.nix

3 lines
57 B
Nix

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