chore: initial commit
This commit is contained in:
commit
cc4f3398ff
37 changed files with 2210 additions and 0 deletions
25
modules/editors/helix/home.nix
Normal file
25
modules/editors/helix/home.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
helix = { enable = true; };
|
||||
|
||||
};
|
||||
|
||||
xdg.configFile = { "helix/config.toml".source = ./config.toml; };
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pyright
|
||||
nil
|
||||
taplo
|
||||
yaml-language-server
|
||||
terraform-ls
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
nixfmt
|
||||
nodePackages_latest.bash-language-server
|
||||
nodePackages_latest.typescript-language-server
|
||||
python311Packages.python-lsp-server
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue