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 tree
gimp gimp
libreoffice libreoffice
nodePackages.pyright
neofetch
]; ];
}; };
@ -119,6 +121,8 @@ in
ssh = { ssh = {
enable = true; enable = true;
extraConfig = "User root";
matchBlocks = { matchBlocks = {
"github.com" = lib.hm.dag.entryBefore [ "*" ] { "github.com" = lib.hm.dag.entryBefore [ "*" ] {
hostname = "github.com"; hostname = "github.com";
@ -147,7 +151,6 @@ in
hostname = "handjecontantje.dmz"; hostname = "handjecontantje.dmz";
}; };
}; };
extraConfig = "User root";
}; };
thunderbird = { thunderbird = {

View file

@ -25,6 +25,7 @@ local on_attach = function(client, bufnr)
end end
require'lspconfig'.nil_ls.setup{ on_attach = on_attach } require'lspconfig'.nil_ls.setup{ on_attach = on_attach }
require'lspconfig'.pyright.setup{}
--[ LEAP ]-- --[ LEAP ]--