Add back command-not-found
This commit is contained in:
parent
eda4cd528f
commit
bc0bade7f4
2 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
./ncmpcpp
|
||||
./neovim
|
||||
./nh
|
||||
./not-found
|
||||
./ranger
|
||||
./spotdl
|
||||
./tmux
|
||||
|
|
4
modules/home/programs/terminal/not-found/default.nix
Normal file
4
modules/home/programs/terminal/not-found/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.command-not-found.enable = true;
|
||||
}
|
Loading…
Add table
Reference in a new issue