mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-12 20:18:49 +01:00
8 lines
90 B
Nix
8 lines
90 B
Nix
|
{ config, pkgs, lib, ... }:
|
||
|
|
||
|
{
|
||
|
programs.command-not-found = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|