From 7a1fec44d81dab8520fde69e5545b622a8e17aeb Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 12 Feb 2026 14:58:19 +0100 Subject: added missing semicolons --- modules/home/i3wm/nord-blue/helix.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/i3wm/nord-blue/helix.nix b/modules/home/i3wm/nord-blue/helix.nix index 2346ea5..435192f 100644 --- a/modules/home/i3wm/nord-blue/helix.nix +++ b/modules/home/i3wm/nord-blue/helix.nix @@ -26,8 +26,8 @@ # Python "pyright" = { - command = "${pkgs.pyright}/bin/pyright" - } + command = "${pkgs.pyright}/bin/pyright"; + }; # Nix "nil" = { @@ -42,7 +42,7 @@ # Markdown "marksman" = { command = "${pkgs.marksman}/bin/marksman"; - } + }; }; language = [ { -- cgit v1.2.3