From 120a33f6bdb0f26085cab5250f97cb2817a40111 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 15 Mar 2026 21:41:25 +0100 Subject: classic cmdline at the bottom being in the middle got in the way sometimes --- flake.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 }; -- cgit v1.3.1