Add nvim noice

Former-commit-id: bc9101e542
This commit is contained in:
Hadi
2024-05-11 00:37:16 +02:00
parent 8df0278272
commit ea0d1cee92
2 changed files with 2 additions and 0 deletions

View File

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

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

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