aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-03-15 21:41:25 +0100
committeruser@node5.net <user@node5.net>2026-03-15 21:41:25 +0100
commit120a33f6bdb0f26085cab5250f97cb2817a40111 (patch)
tree767fa5eed6893b8b7d86d59d5a35e71176e0c2a1
parent567fa066e45b9156e715b78eca1ace7309d72a4e (diff)
classic cmdline at the bottom
being in the middle got in the way sometimes
-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
};