feat: add indent-blankline to vim and tweak kernel loglevel

This commit is contained in:
2025-12-12 19:27:20 +01:00
parent 030f3b8e39
commit 512f21bd3e
2 changed files with 2 additions and 1 deletions

View File

@@ -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";