aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix9
1 files changed, 8 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 663af07..12a7f85 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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
};