Add back command-not-found

This commit is contained in:
Jimbo 2025-02-22 02:54:46 -05:00
parent eda4cd528f
commit bc0bade7f4
2 changed files with 5 additions and 0 deletions

View file

@ -8,6 +8,7 @@
./ncmpcpp
./neovim
./nh
./not-found
./ranger
./spotdl
./tmux

View file

@ -0,0 +1,4 @@
{ ... }:
{
programs.command-not-found.enable = true;
}