From d9c861d4b99def4fa133b39bb9192322f875eb85 Mon Sep 17 00:00:00 2001 From: Yoru Date: Mon, 2 Dec 2024 18:55:29 +0100 Subject: [PATCH] chore: fix typo + add aoc-cli --- hosts/home/home.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/home/home.nix b/hosts/home/home.nix index 9d633a3..025a129 100644 --- a/hosts/home/home.nix +++ b/hosts/home/home.nix @@ -27,6 +27,7 @@ # pkgs.zsh pkgs.bottles pkgs.neofetch + pkgs.aoc-cli # pkgs.steam # pkgs.discord @@ -83,12 +84,12 @@ editor = { lsp = { enable = true; - display-messges = true; + display-messages = true; display-inlay-hints = true; }; - "inline-diagnostics" = { - cursor-line = "warning"; - }; + # "inline-diagnostics" = { + # cursor-line = "warning"; + # }; }; }; };