diff options
Diffstat (limited to 'modules/home/i3wm/nord-blue/helix.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/helix.nix | 6 |
1 files 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 = [ { |
