helix ++ + llm.nx2.site trying

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-08 02:13:08 +02:00
parent 8d1a58d42c
commit 2db49fe4c6
3 changed files with 22 additions and 13 deletions

View File

@@ -1,12 +1,18 @@
{ config, pkgs, rice, ... }:
{
home.packages = with pkgs; [
helix
nixfmt # nix formater
nil # nix language server
python311Packages.python-lsp-server
];
home = {
packages = with pkgs; [
helix
nixfmt # nix formater
nil # nix language server
python311Packages.python-lsp-server
];
sessionVariables = {
EDITOR = "hx";
VISUAL = "hx";
};
};
programs.helix = {
enable = true;
settings = {