add act
This commit is contained in:
parent
4407858140
commit
bb5a75e153
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
return function()
|
||||
require"lspconfig".basedpyright.setup {}
|
||||
require"lspconfig".basedpyright.setup {
|
||||
settings = {
|
||||
python = {
|
||||
pythonPath = vim.fn.exepath("python3"),
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "i";
|
||||
|
@ -19,6 +19,10 @@
|
|||
./packages/neovim.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
act
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue