dotfiles/home-manager/programs/command-not-found.nix

6 lines
84 B
Nix
Raw Normal View History

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