From 512f21bd3eae4504df3635ba6ceb5d940d3640f2 Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 12 Dec 2025 19:27:20 +0100 Subject: [PATCH] feat: add indent-blankline to vim and tweak kernel loglevel --- hosts/neon/configuration.nix | 2 +- hosts/neon/home.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/neon/configuration.nix b/hosts/neon/configuration.nix index c3a5acc..b6dca3d 100644 --- a/hosts/neon/configuration.nix +++ b/hosts/neon/configuration.nix @@ -15,7 +15,7 @@ # plymouth boot eye candy boot.initrd.systemd.enable = true; - boot.kernelParams = [ "quiet" ]; + boot.kernelParams = [ "quiet" "loglevel=2" ]; boot.plymouth.enable = true; boot.plymouth.theme = "spinner"; diff --git a/hosts/neon/home.nix b/hosts/neon/home.nix index aba34ad..802fb2f 100644 --- a/hosts/neon/home.nix +++ b/hosts/neon/home.nix @@ -26,6 +26,7 @@ plugins.treesitter.enable = true; plugins.telescope.enable = true; plugins.web-devicons.enable = true; + plugins.indent-blankline.enable = true; }; # tmux config