add neofetch and pyright
This commit is contained in:
parent
89b2cc7b20
commit
32e044df70
2 changed files with 5 additions and 1 deletions
5
home.nix
5
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 = {
|
||||
|
|
|
@ -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 ]--
|
||||
|
||||
|
|
Reference in a new issue