dotfiles/programs/command-not-found.nix

7 lines
90 B
Nix

{ config, pkgs, lib, ... }:
{
programs.command-not-found = {
enable = true;
};
}