add neofetch and pyright

This commit is contained in:
Pim Kunis 2023-10-03 08:09:32 +02:00
parent 89b2cc7b20
commit 32e044df70
2 changed files with 5 additions and 1 deletions

View file

@ -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 = {

View file

@ -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 ]--