diff options
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -176,7 +176,14 @@ }; }; #breadcrumbs.enable = true; - noice.enable = true; # Cooler notifications :Noice command to show a full message history + noice = { # Cooler notifications :Noice command to show a full message history + enable = true; + setupOpts = { + cmdline = { + view = "cmdline"; # Get a classic cmdline at the bottom + }; + }; + }; borders.enable = true; illuminate.enable = true; # highlights all instances of word under cursor }; |
