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
|
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 = {
|
||||||
|
|
|
@ -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 ]--
|
||||||
|
|
||||||
|
|
Reference in a new issue