dotfiles/programs/command-not-found.nix

8 lines
90 B
Nix
Raw Normal View History

2023-05-02 23:43:49 +02:00
{ config, pkgs, lib, ... }:
{
programs.command-not-found = {
enable = true;
};
}