Add nvim noice

This commit is contained in:
Hadi 2024-05-11 00:37:16 +02:00
parent 42876ccac3
commit bc9101e542
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
./oil.nix ./oil.nix
./trouble.nix ./trouble.nix
./tmux-navigator.nix ./tmux-navigator.nix
./noice.nix
]; ];
programs.nixvim = { programs.nixvim = {

1
home/apps/nvim/noice.nix Normal file
View File

@ -0,0 +1 @@
{ programs.nixvim.plugins.noice = { enable = true; }; }