From 32e044df705d8d828421769c6dfaa8a57c0f8fc8 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Tue, 3 Oct 2023 08:09:32 +0200 Subject: [PATCH] add neofetch and pyright --- home.nix | 5 ++++- neovim.lua | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index b2113f9..9055dc8 100644 --- a/home.nix +++ b/home.nix @@ -29,6 +29,8 @@ in tree gimp libreoffice + nodePackages.pyright + neofetch ]; }; @@ -119,6 +121,8 @@ in ssh = { enable = true; + extraConfig = "User root"; + matchBlocks = { "github.com" = lib.hm.dag.entryBefore [ "*" ] { hostname = "github.com"; @@ -147,7 +151,6 @@ in hostname = "handjecontantje.dmz"; }; }; - extraConfig = "User root"; }; thunderbird = { diff --git a/neovim.lua b/neovim.lua index 168b565..47c0c50 100644 --- a/neovim.lua +++ b/neovim.lua @@ -25,6 +25,7 @@ local on_attach = function(client, bufnr) end require'lspconfig'.nil_ls.setup{ on_attach = on_attach } +require'lspconfig'.pyright.setup{} --[ LEAP ]--